Skip to content

Commit

Permalink
Achievements: Reset client state on system reset
Browse files Browse the repository at this point in the history
  • Loading branch information
F0bes committed Sep 10, 2024
1 parent a4d2332 commit bb1162f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pcsx2/VMManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1706,6 +1706,8 @@ void VMManager::Reset()
if (elf_was_changed)
HandleELFChange(false);

Achievements::ResetClient();

mmap_ResetBlockTracking();
memSetExtraMemMode(EmuConfig.Cpu.ExtraMemory);
Internal::ClearCPUExecutionCaches();
Expand Down

0 comments on commit bb1162f

Please sign in to comment.