X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=source%2Fgles2n64%2Fsrc%2FOpenGL.cpp;h=c9c029fd6b071a15015947e91121c5910dde935d;hb=90768f93ba2dcbda9e1f5b151a7de6cbad05658c;hp=dd0ca4d671b764c523e0e8ec181fc9bfb512c3f3;hpb=0ced54f867d36e8b324155bef49e8abfebfc3237;p=mupen64plus-pandora.git diff --git a/source/gles2n64/src/OpenGL.cpp b/source/gles2n64/src/OpenGL.cpp index dd0ca4d..c9c029f 100755 --- a/source/gles2n64/src/OpenGL.cpp +++ b/source/gles2n64/src/OpenGL.cpp @@ -1214,7 +1214,7 @@ void OGL_SwapBuffers() { //OGL_DrawTriangles(); scProgramChanged = 0; -#if 0 +#if 1 static int frames = 0; static unsigned lastTicks = 0; unsigned ticks = ticksGetTicks();