diff options
author | german <german@thesoftwareartisans.com> | 2021-02-06 11:53:25 -0600 |
---|---|---|
committer | german <german@thesoftwareartisans.com> | 2021-02-07 22:59:46 -0600 |
commit | a994a404676feed8c812e66edf3d055af8bc10e4 (patch) | |
tree | 7121e41fed6dffd6a81a4fab7d2ab1a480bf2c9c /src/yuzu/configuration/configure_input_player.h | |
parent | 089608909254dfa4860705a29a6c33f6872d85a5 (diff) |
hid: Implement GC controller
Diffstat (limited to 'src/yuzu/configuration/configure_input_player.h')
-rw-r--r-- | src/yuzu/configuration/configure_input_player.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/yuzu/configuration/configure_input_player.h b/src/yuzu/configuration/configure_input_player.h index da2b89136..efe953fbc 100644 --- a/src/yuzu/configuration/configure_input_player.h +++ b/src/yuzu/configuration/configure_input_player.h @@ -143,9 +143,15 @@ private: /// Hides and disables controller settings based on the current controller type. void UpdateControllerAvailableButtons(); + /// Disables controller settings based on the current controller type. + void UpdateControllerEnabledButtons(); + /// Shows or hides motion groupboxes based on the current controller type. void UpdateMotionButtons(); + /// Alters the button names based on the current controller type. + void UpdateControllerButtonNames(); + /// Gets the default controller mapping for this device and auto configures the input to match. void UpdateMappingWithDefaults(); |