some more draft work

This commit is contained in:
georgemoralis 2025-06-13 17:51:45 +03:00
parent 6c64deecde
commit 4bccf7a2db
6 changed files with 61 additions and 0 deletions

View file

@ -74,7 +74,12 @@ 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;
}
// Gui
static bool load_game_size = true;
static std::vector<GameInstallDir> settings_install_dirs = {};