summaryrefslogtreecommitdiff
path: root/src/input_common
diff options
context:
space:
mode:
authorGravatar german2021-02-06 11:53:25 -0600
committerGravatar german2021-02-07 22:59:46 -0600
commita994a404676feed8c812e66edf3d055af8bc10e4 (patch)
tree7121e41fed6dffd6a81a4fab7d2ab1a480bf2c9c /src/input_common
parentMerge pull request #5339 from german77/interactive (diff)
downloadyuzu-a994a404676feed8c812e66edf3d055af8bc10e4.tar.gz
yuzu-a994a404676feed8c812e66edf3d055af8bc10e4.tar.xz
yuzu-a994a404676feed8c812e66edf3d055af8bc10e4.zip
hid: Implement GC controller
Diffstat (limited to 'src/input_common')
-rw-r--r--src/input_common/settings.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/input_common/settings.h b/src/input_common/settings.h
index 75486554b..a59f5d461 100644
--- a/src/input_common/settings.h
+++ b/src/input_common/settings.h
@@ -340,6 +340,7 @@ enum class ControllerType {
340 LeftJoycon, 340 LeftJoycon,
341 RightJoycon, 341 RightJoycon,
342 Handheld, 342 Handheld,
343 GameCube,
343}; 344};
344 345
345struct PlayerInput { 346struct PlayerInput {