summaryrefslogtreecommitdiff
path: root/src/input_common
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2021-02-15 10:32:19 -0800
committerGitHub <noreply@github.com>2021-02-15 10:32:19 -0800
commitb53b50adec8acbaed1384e80b42b0999fd9aea83 (patch)
tree4bb95120a0830ed579570c1ce6accb18e0d69af1 /src/input_common
parent90610bde9bea6808859a2cf99adbc404cd4f4878 (diff)
parentbcd4e4f650a0d32b94ccf7b724de67d6ddefbee2 (diff)
Merge pull request #4940 from german77/nativeGC
HID: Implement GC controller in game
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 {
LeftJoycon,
RightJoycon,
Handheld,
+ GameCube,
};
struct PlayerInput {