diff options
author | Zach Hilman <zachhilman@gmail.com> | 2018-10-10 21:49:20 -0400 |
---|---|---|
committer | Zach Hilman <zachhilman@gmail.com> | 2018-10-23 19:31:28 -0400 |
commit | 702622b8f1eaa1b297a27a305ac56faeadf542d7 (patch) | |
tree | 8bd4dd63015771d124b5b599240b06d08bfe203f /src/core/settings.h | |
parent | 19c5cf9c637d7fb685ca6977fb7cbf06e075cedf (diff) |
profile_manager: Load user icons, names, and UUIDs from system save
Diffstat (limited to 'src/core/settings.h')
-rw-r--r-- | src/core/settings.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core/settings.h b/src/core/settings.h index 0fa726d5d..b5aeff29b 100644 --- a/src/core/settings.h +++ b/src/core/settings.h @@ -8,7 +8,6 @@ #include <atomic> #include <string> #include "common/common_types.h" -#include "core/hle/service/acc/profile_manager.h" namespace Settings { @@ -116,7 +115,6 @@ struct Values { bool use_docked_mode; bool enable_nfc; int current_user; - std::vector<std::pair<std::string, Service::Account::UUID>> users; int language_index; // Controls |