Qt: Fix bug where config-based RAIntegration occasionally failed

This commit is contained in:
Stenzek
2024-08-04 20:58:10 +10:00
parent c3bf267936
commit 0c15c9eaa8
2 changed files with 7 additions and 5 deletions

View File

@ -442,10 +442,6 @@ bool System::Internal::CPUThreadInitialize(Error* error)
// This will call back to Host::LoadSettings() -> ReloadSources().
LoadSettings(false);
#ifdef ENABLE_RAINTEGRATION
if (Host::GetBaseBoolSettingValue("Cheevos", "UseRAIntegration", false))
Achievements::SwitchToRAIntegration();
#endif
if (g_settings.achievements_enabled)
Achievements::Initialize();