From 626369fc00d63b7ef59be3862a17659dd6f23332 Mon Sep 17 00:00:00 2001 From: "Admiral H. Curtiss" Date: Sat, 18 May 2024 15:44:00 +0200 Subject: [PATCH] DolphinQt/Settings/GeneralPane: Don't emit a ConfigChanged signal while saving config Doing this causes the settings to be reloaded before they're done saving, effectively discarding the user's changes. --- Source/Core/DolphinQt/Settings/GeneralPane.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/Source/Core/DolphinQt/Settings/GeneralPane.cpp b/Source/Core/DolphinQt/Settings/GeneralPane.cpp index fcc4a79ebf..114a5846a8 100644 --- a/Source/Core/DolphinQt/Settings/GeneralPane.cpp +++ b/Source/Core/DolphinQt/Settings/GeneralPane.cpp @@ -351,9 +351,6 @@ void GeneralPane::OnSaveConfig() #ifdef USE_DISCORD_PRESENCE Discord::SetDiscordPresenceEnabled(m_checkbox_discord_presence->isChecked()); -#ifdef USE_RETRO_ACHIEVEMENTS - emit Settings::Instance().ConfigChanged(); -#endif // USE_RETRO_ACHIEVEMENTS #endif #if defined(USE_ANALYTICS) && USE_ANALYTICS