mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-19 04:08:19 -05:00
service/hid: Add support for new controllers
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user