mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Disable OpenGL debug log output
This commit is contained in:
parent
7f4758baae
commit
4231af2c0f
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue