summaryrefslogtreecommitdiffstats
path: root/src/core/hid/hid_types.h
diff options
context:
space:
mode:
authorgerman77 <juangerman-13@hotmail.com>2021-11-04 21:43:08 +0100
committerNarr the Reg <juangerman-13@hotmail.com>2021-11-25 03:30:27 +0100
commitb21fcd952721af357d50d487ffba9580e5a6bf00 (patch)
tree2a8cd332b11ba01a422ed61e406445a025e4cc93 /src/core/hid/hid_types.h
parentsettings: Fix controller preview not displaying the correct controller (diff)
downloadyuzu-b21fcd952721af357d50d487ffba9580e5a6bf00.tar
yuzu-b21fcd952721af357d50d487ffba9580e5a6bf00.tar.gz
yuzu-b21fcd952721af357d50d487ffba9580e5a6bf00.tar.bz2
yuzu-b21fcd952721af357d50d487ffba9580e5a6bf00.tar.lz
yuzu-b21fcd952721af357d50d487ffba9580e5a6bf00.tar.xz
yuzu-b21fcd952721af357d50d487ffba9580e5a6bf00.tar.zst
yuzu-b21fcd952721af357d50d487ffba9580e5a6bf00.zip
Diffstat (limited to 'src/core/hid/hid_types.h')
-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 {
None = 0,
ProController = 3,
Handheld = 4,
+ HandheldNES = 4,
JoyconDual = 5,
JoyconLeft = 6,
JoyconRight = 7,
GameCube = 8,
Pokeball = 9,
NES = 10,
- HandheldNES = 11,
SNES = 12,
N64 = 13,
SegaGenesis = 14,