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:
David 2018-08-04 01:02:55 +10:00 committed by bunnei
parent b6d61abd78
commit c1d54f4aea
9 changed files with 95 additions and 8 deletions

View file

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