diff options
author | Zach Hilman <zachhilman@gmail.com> | 2018-11-22 15:25:12 -0500 |
---|---|---|
committer | Zach Hilman <zachhilman@gmail.com> | 2018-12-05 14:02:02 -0500 |
commit | 281b64daf46ca5a27c29a14cf31f1b8b6f985d46 (patch) | |
tree | 72656e1fa71315aca8d8835211ae37a8477880cd /src/yuzu/ui_settings.h | |
parent | db3200b515a0de78f500cd5850306f8960a776c5 (diff) |
ui_settings: Add UI setting for input profile index
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..035192aeb 100644 --- a/src/yuzu/ui_settings.h +++ b/src/yuzu/ui_settings.h @@ -58,6 +58,9 @@ struct Values { // logging bool show_console; + // Controllers + uint32_t profile_index; + // Game List bool show_unknown; bool show_add_ons; |