From 801fa4db03fb610b872fb4363e627d1fbd6cf091 Mon Sep 17 00:00:00 2001 From: michaelangel007 Date: Sat, 3 Jan 2015 11:42:00 -0800 Subject: [PATCH] don't call unused VideoEndOfVideoFrame, directly call VideoRefreshScreen(0) --- source/Applewin.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/source/Applewin.cpp b/source/Applewin.cpp index da9542af..debd4d47 100644 --- a/source/Applewin.cpp +++ b/source/Applewin.cpp @@ -231,7 +231,6 @@ void ContinueExecution(void) { g_dwCyclesThisFrame -= dwClksPerFrame; - // VideoEndOfVideoFrame(); // NTSC_TODO: is this still required? updates flash: if ((SW_TEXT || SW_MIXED) ) g_bTextFlashFlag = true VideoRefreshScreen(0); // Just copy the output of our Apple framebuffer to the system Back Buffer MB_EndOfVideoFrame(); }