mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-23 13:15:45 +00:00
hid: Implement GC controller
This commit is contained in:
parent
da2a91a019
commit
020c22f53d
7 changed files with 206 additions and 6 deletions
|
@ -31,6 +31,7 @@ struct ControllerParameters {
|
|||
bool allow_dual_joycons{};
|
||||
bool allow_left_joycon{};
|
||||
bool allow_right_joycon{};
|
||||
bool allow_gamecube_controller{};
|
||||
};
|
||||
|
||||
class ControllerApplet {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue