diff options
| author | bunnei <bunneidev@gmail.com> | 2018-12-23 14:34:29 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-12-23 14:34:29 -0500 |
| commit | d08bdc861f056cd217fb58b3cbe9beb2357d9d22 (patch) | |
| tree | b34733dbf529f83476d96b2354e4fe71f63ba2e6 /src/yuzu/ui_settings.h | |
| parent | e75e8b9580581d1258154d51ac03893386a500e5 (diff) | |
| parent | c07059e7fdead17b47acea02ab1a6ac13c8f4d9c (diff) | |
Merge pull request #1780 from DarkLordZach/controller-profiles
configure_input: Add Controller Setup Profiles and simplify input UI
Diffstat (limited to 'src/yuzu/ui_settings.h')
| -rw-r--r-- | src/yuzu/ui_settings.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/yuzu/ui_settings.h b/src/yuzu/ui_settings.h index e80aebc0a..2f434eab0 100644 --- a/src/yuzu/ui_settings.h +++ b/src/yuzu/ui_settings.h @@ -58,6 +58,9 @@ struct Values { // logging bool show_console; + // Controllers + int profile_index; + // Game List bool show_unknown; bool show_add_ons; |
