System: Fix rewind throttling at half speed

pull/3073/head
Stenzek 2 years ago
parent 87d24d3259
commit df08e122c3
No known key found for this signature in database

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

Loading…
Cancel
Save