Skip to content

Commit

Permalink
Merge pull request #12595 from LillyJadeKatrin/retroachievements-bugf…
Browse files Browse the repository at this point in the history
…ix-2

Clear active challenges when game closes
  • Loading branch information
lioncash committed Feb 27, 2024
2 parents 5090a02 + 56b82e7 commit aae6189
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Source/Core/Core/AchievementManager.cpp
Expand Up @@ -908,6 +908,7 @@ void AchievementManager::CloseGame()
if (m_is_game_loaded)
{
m_is_game_loaded = false;
m_active_challenges.clear();
ActivateDeactivateAchievements();
ActivateDeactivateLeaderboards();
ActivateDeactivateRichPresence();
Expand Down

0 comments on commit aae6189

Please sign in to comment.