mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-09-11 15:13:37 +02:00
Minor code cleanup
This commit is contained in:
@@ -46,6 +46,7 @@ static bool enableGLDebug = false;
|
||||
void GL_SwapBuffers() {
|
||||
SwapBuffers(hDC);
|
||||
|
||||
// Used during fullscreen switching to prevent rendering.
|
||||
if (pauseRequested) {
|
||||
SetEvent(pauseEvent);
|
||||
resumeRequested = true;
|
||||
|
||||
Reference in New Issue
Block a user