GSDumpReplayer: Fix widescreen patch crashing

Fixes a regression which caused PCSX2 to crash if you loaded a dump with widescreen patches enabled.
This commit is contained in:
JordanTheToaster 2023-03-07 02:23:01 +00:00 committed by lightningterror
parent 6c093fc81e
commit 6dfb02c826
1 changed files with 1 additions and 2 deletions

View File

@ -79,8 +79,7 @@ void cpuReset()
if (GetMTGS().IsOpen())
GetMTGS().WaitGS(); // GS better be done processing before we reset the EE, just in case.
if (!GSDumpReplayer::IsReplayingDump())
GetVmMemory().Reset();
GetVmMemory().Reset();
memzero(cpuRegs);
memzero(fpuRegs);