summaryrefslogtreecommitdiff
path: root/src/core/hid
diff options
context:
space:
mode:
authorGravatar german772021-11-04 14:43:08 -0600
committerGravatar Narr the Reg2021-11-24 20:30:27 -0600
commitb21fcd952721af357d50d487ffba9580e5a6bf00 (patch)
tree2a8cd332b11ba01a422ed61e406445a025e4cc93 /src/core/hid
parentsettings: Fix controller preview not displaying the correct controller (diff)
downloadyuzu-b21fcd952721af357d50d487ffba9580e5a6bf00.tar.gz
yuzu-b21fcd952721af357d50d487ffba9580e5a6bf00.tar.xz
yuzu-b21fcd952721af357d50d487ffba9580e5a6bf00.zip
service/hid: Add support for new controllers
Diffstat (limited to 'src/core/hid')
-rw-r--r--src/core/hid/hid_types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hid/hid_types.h b/src/core/hid/hid_types.h
index 7e4f6a804..22177b5ed 100644
--- a/src/core/hid/hid_types.h
+++ b/src/core/hid/hid_types.h
@@ -89,13 +89,13 @@ enum class NpadStyleIndex : u8 {
89 None = 0, 89 None = 0,
90 ProController = 3, 90 ProController = 3,
91 Handheld = 4, 91 Handheld = 4,
92 HandheldNES = 4,
92 JoyconDual = 5, 93 JoyconDual = 5,
93 JoyconLeft = 6, 94 JoyconLeft = 6,
94 JoyconRight = 7, 95 JoyconRight = 7,
95 GameCube = 8, 96 GameCube = 8,
96 Pokeball = 9, 97 Pokeball = 9,
97 NES = 10, 98 NES = 10,
98 HandheldNES = 11,
99 SNES = 12, 99 SNES = 12,
100 N64 = 13, 100 N64 = 13,
101 SegaGenesis = 14, 101 SegaGenesis = 14,