hid: Implement GC controller

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

View file

@ -340,6 +340,7 @@ enum class ControllerType {
LeftJoycon,
RightJoycon,
Handheld,
GameCube,
};
struct PlayerInput {