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

@ -4,8 +4,6 @@
#include <string>
class CDImage;
class CommonHostInterface;
class SettingsInterface;
namespace Cheevos {
@ -40,7 +38,7 @@ ALWAYS_INLINE u32 GetGameID()
return g_game_id;
}
bool Initialize(CommonHostInterface* hi, bool test_mode, bool use_first_disc_from_playlist, bool enable_rich_presence);
bool Initialize(bool test_mode, bool use_first_disc_from_playlist, bool enable_rich_presence);
void Reset();
void Shutdown();
void Update();