From a994a404676feed8c812e66edf3d055af8bc10e4 Mon Sep 17 00:00:00 2001 From: german Date: Sat, 6 Feb 2021 11:53:25 -0600 Subject: hid: Implement GC controller --- src/input_common/settings.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/input_common/settings.h') 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 { -- cgit v1.2.3