mirror of https://github.com/PCSX2/pcsx2.git
VMManager: Fix achievements HC mode not applying on reset
This commit is contained in:
parent
147a6c81a1
commit
9d07ee43eb
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue