mirror of
https://github.com/libretro/RetroArch
synced 2025-01-30 03:32:46 +00:00
RetroPad core - R3 key didn't work before
This commit is contained in:
parent
3b4ff208d4
commit
a483f276e4
@ -91,7 +91,7 @@ static struct descriptor joypad = {
|
||||
.index_min = 0,
|
||||
.index_max = 0,
|
||||
.id_min = RETRO_DEVICE_ID_JOYPAD_B,
|
||||
.id_max = RETRO_DEVICE_ID_JOYPAD_R3
|
||||
.id_max = RETRO_DEVICE_ID_JOYPAD_R3 + 1
|
||||
};
|
||||
|
||||
static struct descriptor analog = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user