mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-15 03:08:36 +12: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
|
namespace gl
|
||||||
{
|
{
|
||||||
#if 1//def _DEBUG
|
#ifdef _DEBUG
|
||||||
struct __glcheck_impl_t
|
struct __glcheck_impl_t
|
||||||
{
|
{
|
||||||
const char* file;
|
const char* file;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue