some more WIP in gui

This commit is contained in:
georgemoralis 2025-06-24 00:35:23 +03:00
parent c9add2e788
commit 93feb220ea
4 changed files with 13 additions and 3 deletions

View file

@ -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 = {};