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