System: Fix rewind rate with vsync off

This commit is contained in:
Connor McLaughlin 2021-07-17 20:09:29 +10:00
parent d3edfad493
commit 0000750527

View file

@ -2401,6 +2401,8 @@ void DoRewind()
{
s_rewind_load_counter--;
}
s_next_frame_time += s_frame_period;
}
void SaveRunaheadState()