mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-20 19:55:46 +00:00
hid: Implement GC controller
This commit is contained in:
parent
da2a91a019
commit
020c22f53d
7 changed files with 206 additions and 6 deletions
|
@ -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();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue