hid: Implement GC controller

This commit is contained in:
german 2021-02-06 11:53:25 -06:00
parent 0896089092
commit a994a40467
7 changed files with 206 additions and 6 deletions

View file

@ -31,6 +31,7 @@ struct ControllerParameters {
bool allow_dual_joycons{};
bool allow_left_joycon{};
bool allow_right_joycon{};
bool allow_gamecube_controller{};
};
class ControllerApplet {