Cheevos: Support logging in while disabled

This commit is contained in:
Connor McLaughlin
2021-02-28 19:00:37 +10:00
parent bc9ca302b8
commit 98be448140
5 changed files with 123 additions and 82 deletions

View File

@ -3311,10 +3311,10 @@ void CommonHostInterface::UpdateCheevosActive()
Cheevos::Shutdown();
if (cheevos_enabled)
{
if (!Cheevos::Initialize(this, cheevos_test_mode, cheevos_use_first_disc_from_playlist, cheevos_rich_presence))
if (!Cheevos::Initialize(cheevos_test_mode, cheevos_use_first_disc_from_playlist, cheevos_rich_presence))
ReportError("Failed to initialize cheevos after settings change.");
}
}
}
#endif
#endif