mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-18 14:17:51 +00:00
service/hid: Add support for new controllers
This commit is contained in:
parent
0cf8201c5d
commit
8d9d6516fd
2 changed files with 31 additions and 2 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue