GSDumpReplayer: Fix frame limiting

This commit is contained in:
Stenzek 2023-01-28 12:45:59 +10:00 committed by refractionpcsx2
parent e68d507659
commit 84d7fe550b
1 changed files with 2 additions and 1 deletions

View File

@ -286,7 +286,8 @@ void GSDumpReplayerCpuStep()
GSDumpReplayerFrameLimit();
GetMTGS().PostVsyncStart(false);
VMManager::Internal::VSyncOnCPUThread();
GSDumpReplayerExitExecution();
if (VMManager::Internal::IsExecutionInterrupted())
GSDumpReplayerExitExecution();
}
break;