mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-22 17:25:46 +00:00
Merge pull request #4940 from german77/nativeGC
HID: Implement GC controller in game
This commit is contained in:
commit
0ff94cb0cc
8 changed files with 209 additions and 6 deletions
|
@ -340,6 +340,7 @@ enum class ControllerType {
|
|||
LeftJoycon,
|
||||
RightJoycon,
|
||||
Handheld,
|
||||
GameCube,
|
||||
};
|
||||
|
||||
struct PlayerInput {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue