mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-20 03:25:16 +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
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@
|
|||
|
||||
namespace gl
|
||||
{
|
||||
#if 1//def _DEBUG
|
||||
#ifdef _DEBUG
|
||||
struct __glcheck_impl_t
|
||||
{
|
||||
const char* file;
|
||||
|
|
Loading…
Add table
Reference in a new issue