diff options
Diffstat (limited to 'src/core/hid')
| -rw-r--r-- | src/core/hid/hid_types.h | 2 |
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, |