Merge pull request #12954 from LillyJadeKatrin/retroachievements-confirm

Achievements Confirmation Dialogs
This commit is contained in:
JMC47
2024-10-28 12:54:37 -04:00
committed by GitHub
4 changed files with 46 additions and 18 deletions

View File

@ -273,6 +273,8 @@ MainWindow::MainWindow(std::unique_ptr<BootParameters> boot_parameters,
#ifdef USE_RETRO_ACHIEVEMENTS
AchievementManager::GetInstance().Init();
if (AchievementManager::GetInstance().IsHardcoreModeActive())
Settings::Instance().SetDebugModeEnabled(false);
#endif // USE_RETRO_ACHIEVEMENTS
#if defined(__unix__) || defined(__unix) || defined(__APPLE__)