diff --git a/Source/Glide64/Main.cpp b/Source/Glide64/Main.cpp index 45a388391..48d3fd369 100644 --- a/Source/Glide64/Main.cpp +++ b/Source/Glide64/Main.cpp @@ -1878,6 +1878,10 @@ void CALL UpdateScreen (void) if (fullscreen && (*gfx.VI_ORIGIN_REG > width)) update_screen_count++; +#if defined(_DEBUG) || 0 + grDisplayGLError("UpdateScreen"); +#endif + #ifdef FPS // vertical interrupt has occurred, increment counter vi_count ++;