mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-02-04 21:39:54 +00:00
gl: Dont use hard assertions on error, driver reporting is so much better (#2094)
This commit is contained in:
parent
9beb2d8ae0
commit
8ebe9d7dc2
@ -14,7 +14,7 @@
|
||||
|
||||
namespace gl
|
||||
{
|
||||
#if 1//def _DEBUG
|
||||
#ifdef _DEBUG
|
||||
struct __glcheck_impl_t
|
||||
{
|
||||
const char* file;
|
||||
|
Loading…
x
Reference in New Issue
Block a user