hid: Implement GC controller
This commit is contained in:
parent
0896089092
commit
a994a40467
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