mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-07-13 13:15:59 +00:00
some more WIP in gui
This commit is contained in:
parent
c9add2e788
commit
93feb220ea
4 changed files with 13 additions and 3 deletions
|
@ -79,6 +79,10 @@ std::string selectedUserid{"00000001"};
|
|||
std::string getDefaultUserId() {
|
||||
return userid;
|
||||
}
|
||||
std::string getActiveUserId() {
|
||||
return selectedUserid;
|
||||
}
|
||||
|
||||
// Gui
|
||||
static bool load_game_size = true;
|
||||
static std::vector<GameInstallDir> settings_install_dirs = {};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue