mirror of https://github.com/PCSX2/pcsx2.git
Achievements: Reset client state on system reset
This commit is contained in:
parent
a4d2332f9c
commit
bb1162f6cc
|
@ -1706,6 +1706,8 @@ void VMManager::Reset()
|
|||
if (elf_was_changed)
|
||||
HandleELFChange(false);
|
||||
|
||||
Achievements::ResetClient();
|
||||
|
||||
mmap_ResetBlockTracking();
|
||||
memSetExtraMemMode(EmuConfig.Cpu.ExtraMemory);
|
||||
Internal::ClearCPUExecutionCaches();
|
||||
|
|
Loading…
Reference in New Issue