mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-02-13 02:21:53 +00:00
Disable OpenGL debug log output
This commit is contained in:
parent
7f4758baae
commit
4231af2c0f
@ -15,7 +15,7 @@ static HWND hWnd; // Holds Our Window Handle
|
||||
static int xres, yres;
|
||||
|
||||
// TODO: Make config?
|
||||
static bool enableGLDebug = true;
|
||||
static bool enableGLDebug = false;
|
||||
|
||||
void GL_SwapBuffers() {
|
||||
SwapBuffers(hDC);
|
||||
|
Loading…
x
Reference in New Issue
Block a user