System: Fix rewind throttling at half speed

This commit is contained in:
Stenzek 2023-12-18 20:41:53 +10:00
parent 87d24d3259
commit df08e122c3
No known key found for this signature in database

View file

@ -4025,8 +4025,6 @@ void System::DoRewind()
s_rewind_load_counter--;
}
s_next_frame_time += s_frame_period;
InvalidateDisplay();
Host::PumpMessagesOnCPUThread();
Internal::IdlePollUpdate();