1
0
mirror of https://git.suyu.dev/suyu/suyu synced 2025-08-26 14:06:31 -05:00

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

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