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

Merge pull request #4940 from german77/nativeGC

HID: Implement GC controller in game
This commit is contained in:
bunnei
2021-02-15 10:32:19 -08:00
committed by GitHub
8 changed files with 209 additions and 6 deletions

View File

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