Qt: Fix bug where config-based RAIntegration occasionally failed
This commit is contained in:
@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user