diff options
author | Zach Hilman <zachhilman@gmail.com> | 2018-12-01 11:11:11 -0500 |
---|---|---|
committer | Zach Hilman <zachhilman@gmail.com> | 2018-12-05 14:02:02 -0500 |
commit | 233a80419633db70f7b9e26be69fe62d6040cecf (patch) | |
tree | d27a57222d900aa52a0e4fc783d8f7bcb72ccab8 /src/yuzu/ui_settings.h | |
parent | 59ca8d458d36f6780b17e7d29e97c6084c23b542 (diff) |
configure_input: Add ConfigureInputSimple as default input UI config
Greatly simplifies the current input UI, while still allowing power users to tweak advanced settings. Adds 'input profiles', which are easy autoconfigurations to make getting started easy and fast. Also has a custom option which brings up the current, full UI.
Diffstat (limited to 'src/yuzu/ui_settings.h')
-rw-r--r-- | src/yuzu/ui_settings.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/yuzu/ui_settings.h b/src/yuzu/ui_settings.h index 035192aeb..2f434eab0 100644 --- a/src/yuzu/ui_settings.h +++ b/src/yuzu/ui_settings.h @@ -59,7 +59,7 @@ struct Values { bool show_console; // Controllers - uint32_t profile_index; + int profile_index; // Game List bool show_unknown; |