mirror of https://github.com/PCSX2/pcsx2.git
GSDumpReplayer: Fix UI not responded to messages when replaying dumps
This commit is contained in:
parent
c5a2844367
commit
993ec82a9e
|
@ -308,6 +308,7 @@ void GSDumpReplayerCpuStep()
|
|||
VMManager::Internal::VSyncOnCPUThread();
|
||||
if (VMManager::Internal::IsExecutionInterrupted())
|
||||
GSDumpReplayerExitExecution();
|
||||
Host::PumpMessagesOnCPUThread();
|
||||
}
|
||||
break;
|
||||
|
||||
|
|
Loading…
Reference in New Issue