don't call unused VideoEndOfVideoFrame, directly call VideoRefreshScreen(0)
This commit is contained in:
parent
ce94b59663
commit
801fa4db03
1 changed files with 0 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue