System: Add missing controller poll while rewinding

This commit is contained in:
Stenzek
2023-11-29 15:41:29 +10:00
parent 26f3d5ba56
commit 0b6cd330e5
2 changed files with 2 additions and 0 deletions

View File

@ -3964,6 +3964,7 @@ void System::DoRewind()
InvalidateDisplay();
Host::PumpMessagesOnCPUThread();
Internal::IdlePollUpdate();
Throttle();
}