mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-10 19:45:46 -04:00
System: Zero downcount at end of frame
Prevents code running after vblank starts, and fixes events getting delayed in interpreter mode.
This commit is contained in:
@ -176,6 +176,7 @@ void FrameDone()
|
||||
{
|
||||
s_frame_number++;
|
||||
CPU::g_state.frame_done = true;
|
||||
CPU::g_state.downcount = 0;
|
||||
}
|
||||
|
||||
void IncrementInternalFrameNumber()
|
||||
|
Reference in New Issue
Block a user