mirror of
https://github.com/AppleWin/AppleWin.git
synced 2024-11-05 06:06:24 +00:00
don't call unused VideoEndOfVideoFrame, directly call VideoRefreshScreen(0)
This commit is contained in:
parent
ce94b59663
commit
801fa4db03
@ -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();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user