mirror of
https://github.com/libretro/RetroArch.git
synced 2025-02-25 04:10:39 +00:00
Revert "RetroPad core - R3 key didn't work before"
This reverts commit a483f276e4b5cabfed8f9669cef5ffcf6d716ca7.
This commit is contained in:
parent
a483f276e4
commit
389f6579d9
@ -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 + 1
|
||||
.id_max = RETRO_DEVICE_ID_JOYPAD_R3
|
||||
};
|
||||
|
||||
static struct descriptor analog = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user