summaryrefslogtreecommitdiffstats
path: root/src/core/settings.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/settings.h')
-rw-r--r--src/core/settings.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/core/settings.h b/src/core/settings.h
index ca80718e2..0fa726d5d 100644
--- a/src/core/settings.h
+++ b/src/core/settings.h
@@ -8,6 +8,7 @@
#include <atomic>
#include <string>
#include "common/common_types.h"
+#include "core/hle/service/acc/profile_manager.h"
namespace Settings {
@@ -114,7 +115,8 @@ struct Values {
// System
bool use_docked_mode;
bool enable_nfc;
- std::string username;
+ int current_user;
+ std::vector<std::pair<std::string, Service::Account::UUID>> users;
int language_index;
// Controls