mirror of https://github.com/PCSX2/pcsx2.git
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:
parent
6c093fc81e
commit
6dfb02c826
|
@ -79,8 +79,7 @@ void cpuReset()
|
||||||
if (GetMTGS().IsOpen())
|
if (GetMTGS().IsOpen())
|
||||||
GetMTGS().WaitGS(); // GS better be done processing before we reset the EE, just in case.
|
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(cpuRegs);
|
||||||
memzero(fpuRegs);
|
memzero(fpuRegs);
|
||||||
|
|
Loading…
Reference in New Issue