mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-07-13 13:15:59 +00:00
Merge 87701a5512
into 4f99f304e6
This commit is contained in:
commit
e57926ad36
39 changed files with 399 additions and 63 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue