This commit is contained in:
georgemoralis 2025-07-04 07:20:20 +00:00 committed by GitHub
commit e57926ad36
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
39 changed files with 399 additions and 63 deletions

View file

@ -75,6 +75,15 @@ static bool compatibilityData = false;
static bool checkCompatibilityOnStartup = false;
static std::string trophyKey;
static bool isPSNSignedIn = false;
std::string userid{"00000001"};
std::string selectedUserid{"00000001"};
std::string getDefaultUserId() {
return userid;
}
std::string getActiveUserId() {
return selectedUserid;
}
// Gui
static bool load_game_size = true;