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/configuration/config.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/configuration/config.h')
-rw-r--r-- | src/yuzu/configuration/config.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/yuzu/configuration/config.h b/src/yuzu/configuration/config.h index a1c27bbf9..e73ad19bb 100644 --- a/src/yuzu/configuration/config.h +++ b/src/yuzu/configuration/config.h @@ -34,6 +34,7 @@ private: void ReadKeyboardValues(); void ReadMouseValues(); void ReadTouchscreenValues(); + void ApplyDefaultProfileIfInputInvalid(); void SaveValues(); void SavePlayerValues(); |