VMManager: Fix achievements HC mode not applying on reset

This commit is contained in:
Stenzek 2023-08-07 23:36:54 +10:00 committed by refractionpcsx2
parent 147a6c81a1
commit 9d07ee43eb
1 changed files with 4 additions and 0 deletions

View File

@ -1418,6 +1418,10 @@ void VMManager::Reset()
#ifdef ENABLE_ACHIEVEMENTS
if (!Achievements::OnReset())
return;
// Re-enforce hardcode mode constraints if we're now enabling it.
if (Achievements::ResetChallengeMode())
ApplySettings();
#endif
vu1Thread.WaitVU();