Merge pull request #12582 from LillyJadeKatrin/retroachievements-bugfix-2

Improved achievements disabled messaging
This commit is contained in:
Admiral H. Curtiss
2024-02-18 03:49:44 +01:00
committed by GitHub
4 changed files with 10 additions and 5 deletions

View File

@ -291,6 +291,7 @@ void Stop() // - Hammertime!
#ifdef USE_RETRO_ACHIEVEMENTS
AchievementManager::GetInstance().CloseGame();
AchievementManager::GetInstance().SetDisabled(false);
#endif // USE_RETRO_ACHIEVEMENTS
s_is_stopping = true;