mirror of https://github.com/PCSX2/pcsx2.git
GSDumpReplayer: Fix frame limiting
This commit is contained in:
parent
e68d507659
commit
84d7fe550b
|
@ -286,6 +286,7 @@ void GSDumpReplayerCpuStep()
|
|||
GSDumpReplayerFrameLimit();
|
||||
GetMTGS().PostVsyncStart(false);
|
||||
VMManager::Internal::VSyncOnCPUThread();
|
||||
if (VMManager::Internal::IsExecutionInterrupted())
|
||||
GSDumpReplayerExitExecution();
|
||||
}
|
||||
break;
|
||||
|
|
Loading…
Reference in New Issue