mirror of https://github.com/xemu-project/xemu.git
disable gl debugging by default
This commit is contained in:
parent
15c5e94319
commit
213767cee5
|
@ -44,7 +44,7 @@
|
|||
# define NV2A_DPRINTF(format, ...) do { } while (0)
|
||||
#endif
|
||||
|
||||
#define DEBUG_NV2A_GL
|
||||
// #define DEBUG_NV2A_GL
|
||||
#ifdef DEBUG_NV2A_GL
|
||||
|
||||
static void gl_debug_message(bool cc, const char *fmt, ...)
|
||||
|
|
Loading…
Reference in New Issue