mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-11 07:38:04 -05:00
settings: Add users and current_user settings and remove username
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user