mirror of
https://github.com/RetroDECK/Duckstation.git
synced 2024-11-26 15:45:42 +00:00
System: Fix rewind rate with vsync off
This commit is contained in:
parent
d3edfad493
commit
0000750527
|
@ -2401,6 +2401,8 @@ void DoRewind()
|
|||
{
|
||||
s_rewind_load_counter--;
|
||||
}
|
||||
|
||||
s_next_frame_time += s_frame_period;
|
||||
}
|
||||
|
||||
void SaveRunaheadState()
|
||||
|
|
Loading…
Reference in a new issue