settings: Add users and current_user settings and remove username

This commit is contained in:
Zach Hilman 2018-10-09 21:48:35 -04:00
parent 50e4e81fd3
commit e7e3d5898e
3 changed files with 54 additions and 6 deletions

View file

@ -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