Achievements: Disable challenge mode on shutdown

This commit is contained in:
Connor McLaughlin 2022-10-22 20:19:17 +10:00 committed by refractionpcsx2
parent 0a8547a692
commit dad1e659a5
1 changed files with 1 additions and 0 deletions

View File

@ -681,6 +681,7 @@ bool Achievements::Shutdown()
s_logged_in = false;
Host::OnAchievementsRefreshed();
s_challenge_mode = false;
s_active = false;
rc_runtime_destroy(&s_rcheevos_runtime);