Skip to content

Commit

Permalink
GSDumpReplayer: Fix UI not responded to messages when replaying dumps
Browse files Browse the repository at this point in the history
  • Loading branch information
refractionpcsx2 committed Jan 27, 2024
1 parent c5a2844 commit 993ec82
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pcsx2/GSDumpReplayer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -308,6 +308,7 @@ void GSDumpReplayerCpuStep()
VMManager::Internal::VSyncOnCPUThread();
if (VMManager::Internal::IsExecutionInterrupted())
GSDumpReplayerExitExecution();
Host::PumpMessagesOnCPUThread();
}
break;

Expand Down

0 comments on commit 993ec82

Please sign in to comment.