diff --git a/pcsx2/R5900.cpp b/pcsx2/R5900.cpp index 41606f3e678fa..80fc466512e97 100644 --- a/pcsx2/R5900.cpp +++ b/pcsx2/R5900.cpp @@ -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);