mirror of
https://github.com/RetroDECK/Duckstation.git
synced 2024-11-22 13:55:38 +00:00
System: Fix rewind throttling at half speed
This commit is contained in:
parent
87d24d3259
commit
df08e122c3
|
@ -4025,8 +4025,6 @@ void System::DoRewind()
|
|||
s_rewind_load_counter--;
|
||||
}
|
||||
|
||||
s_next_frame_time += s_frame_period;
|
||||
|
||||
InvalidateDisplay();
|
||||
Host::PumpMessagesOnCPUThread();
|
||||
Internal::IdlePollUpdate();
|
||||
|
|
Loading…
Reference in a new issue