From 8ebe9d7dc2fbea94d1f990f80c09470ff9691887 Mon Sep 17 00:00:00 2001 From: kd-11 Date: Wed, 24 Aug 2016 12:31:27 +0300 Subject: [PATCH] gl: Dont use hard assertions on error, driver reporting is so much better (#2094) --- rpcs3/Emu/RSX/GL/gl_helpers.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpcs3/Emu/RSX/GL/gl_helpers.h b/rpcs3/Emu/RSX/GL/gl_helpers.h index a3d22aa096..756df2adff 100644 --- a/rpcs3/Emu/RSX/GL/gl_helpers.h +++ b/rpcs3/Emu/RSX/GL/gl_helpers.h @@ -14,7 +14,7 @@ namespace gl { -#if 1//def _DEBUG +#ifdef _DEBUG struct __glcheck_impl_t { const char* file;