diff options
author | Mat M <mathew1800@gmail.com> | 2018-10-24 10:10:29 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-24 10:10:29 -0400 |
commit | 77e705a8fa0a70dac2eb81b95fedc5e98d7c274e (patch) | |
tree | 29bf11e757a34d608652b901f9c58ce4ad25aeaf /src/core/settings.h | |
parent | a94e5d9e68619a90c9171a5198162bc74fb88f22 (diff) | |
parent | e7ac42677be6c13e5286fb42004aa94b0da45391 (diff) |
Merge pull request #1468 from DarkLordZach/profile-manager-ui
qt: Add UI to manage emulated user profiles
Diffstat (limited to 'src/core/settings.h')
-rw-r--r-- | src/core/settings.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/settings.h b/src/core/settings.h index ca80718e2..b5aeff29b 100644 --- a/src/core/settings.h +++ b/src/core/settings.h @@ -114,7 +114,7 @@ struct Values { // System bool use_docked_mode; bool enable_nfc; - std::string username; + int current_user; int language_index; // Controls |