System: Fix rewind rate with vsync off

pull/2424/head
Connor McLaughlin 4 years ago
parent d3edfad493
commit 0000750527

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

Loading…
Cancel
Save