summaryrefslogtreecommitdiff
path: root/src/core/settings.h
diff options
context:
space:
mode:
authorDavid <25727384+ogniK5377@users.noreply.github.com>2018-08-04 01:02:55 +1000
committerbunnei <bunneidev@gmail.com>2018-08-03 11:02:55 -0400
commitc1d54f4aeaada515f88b633b8cf0901ee4cb6853 (patch)
treee320222f18419b07c22617f06980bc0b767e3db7 /src/core/settings.h
parentb6d61abd78ffd2c02d8aa6d8b6d455fbebb4c48f (diff)
Added ability to change username & language code in the settings ui. Added IProfile::Get and SET::GetLanguageCode for libnx tests (#851)
Diffstat (limited to 'src/core/settings.h')
-rw-r--r--src/core/settings.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/settings.h b/src/core/settings.h
index 8cc65e434..e826d4235 100644
--- a/src/core/settings.h
+++ b/src/core/settings.h
@@ -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;