mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-21 15:45:46 +00:00
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
1028560b4c
commit
4a4641a134
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