don't call unused VideoEndOfVideoFrame, directly call VideoRefreshScreen(0)

This commit is contained in:
michaelangel007 2015-01-03 11:42:00 -08:00
parent ce94b59663
commit 801fa4db03

View File

@ -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();
}