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)
|
if (elf_was_changed)
|
||||||
HandleELFChange(false);
|
HandleELFChange(false);
|
||||||
|
|
||||||
|
Achievements::ResetClient();
|
||||||
|
|
||||||
mmap_ResetBlockTracking();
|
mmap_ResetBlockTracking();
|
||||||
memSetExtraMemMode(EmuConfig.Cpu.ExtraMemory);
|
memSetExtraMemMode(EmuConfig.Cpu.ExtraMemory);
|
||||||
Internal::ClearCPUExecutionCaches();
|
Internal::ClearCPUExecutionCaches();
|
||||||
|
|
Loading…
Reference in New Issue