Added ability to change username & language code in the settings ui. Added IProfile::Get and SET::GetLanguageCode for libnx tests (#851)
This commit is contained in:
parent
b6d61abd78
commit
c1d54f4aea
9 changed files with 95 additions and 8 deletions
|
@ -112,6 +112,8 @@ static const std::array<const char*, NumAnalogs> mapping = {{
|
|||
struct Values {
|
||||
// System
|
||||
bool use_docked_mode;
|
||||
std::string username;
|
||||
int language_index;
|
||||
|
||||
// Controls
|
||||
std::array<std::string, NativeButton::NumButtons> buttons;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue