diff options
| author | german77 <juangerman-13@hotmail.com> | 2021-11-04 14:43:08 -0600 |
|---|---|---|
| committer | Narr the Reg <juangerman-13@hotmail.com> | 2021-11-24 20:30:27 -0600 |
| commit | b21fcd952721af357d50d487ffba9580e5a6bf00 (patch) | |
| tree | 2a8cd332b11ba01a422ed61e406445a025e4cc93 /src/core/hid | |
| parent | d14e74132ceaa8b5efef8a7d543cb50429cb4fb3 (diff) | |
service/hid: Add support for new controllers
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 { 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, |
