GSDumpReplayer: Fix UI not responded to messages when replaying dumps

This commit is contained in:
refractionpcsx2 2024-01-27 16:38:54 +00:00
parent c5a2844367
commit 993ec82a9e
1 changed files with 1 additions and 0 deletions

View File

@ -308,6 +308,7 @@ void GSDumpReplayerCpuStep()
VMManager::Internal::VSyncOnCPUThread();
if (VMManager::Internal::IsExecutionInterrupted())
GSDumpReplayerExitExecution();
Host::PumpMessagesOnCPUThread();
}
break;