settings: Add users and current_user settings and remove username
This commit is contained in:
parent
50e4e81fd3
commit
e7e3d5898e
3 changed files with 54 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue