diff options
author | Frederic Laing <27208977+FreddyFunk@users.noreply.github.com> | 2018-11-06 16:38:10 +0100 |
---|---|---|
committer | Frederic Laing <27208977+FreddyFunk@users.noreply.github.com> | 2018-11-06 16:38:10 +0100 |
commit | d34d0bfc8702ec8d4ef9a3cd745c318e9a3562b3 (patch) | |
tree | 5ea559644ff97482cd9bdc67c16083576f8480b3 /src/core | |
parent | Merge pull request #1616 from FernandoS27/cube-array (diff) | |
download | yuzu-d34d0bfc8702ec8d4ef9a3cd745c318e9a3562b3.tar yuzu-d34d0bfc8702ec8d4ef9a3cd745c318e9a3562b3.tar.gz yuzu-d34d0bfc8702ec8d4ef9a3cd745c318e9a3562b3.tar.bz2 yuzu-d34d0bfc8702ec8d4ef9a3cd745c318e9a3562b3.tar.lz yuzu-d34d0bfc8702ec8d4ef9a3cd745c318e9a3562b3.tar.xz yuzu-d34d0bfc8702ec8d4ef9a3cd745c318e9a3562b3.tar.zst yuzu-d34d0bfc8702ec8d4ef9a3cd745c318e9a3562b3.zip |
Diffstat (limited to 'src/core')
-rw-r--r-- | src/core/settings.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/settings.h b/src/core/settings.h index b5aeff29b..a8954647f 100644 --- a/src/core/settings.h +++ b/src/core/settings.h @@ -114,8 +114,8 @@ struct Values { // System bool use_docked_mode; bool enable_nfc; - int current_user; - int language_index; + s32 current_user; + s32 language_index; // Controls std::array<std::string, NativeButton::NumButtons> buttons; |