From 389f6579d94abdf8ef544e02035bcebc20e112af Mon Sep 17 00:00:00 2001 From: twinaphex Date: Wed, 27 Jul 2016 13:23:16 +0200 Subject: [PATCH] Revert "RetroPad core - R3 key didn't work before" This reverts commit a483f276e4b5cabfed8f9669cef5ffcf6d716ca7. --- cores/libretro-net-retropad/net_retropad_core.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cores/libretro-net-retropad/net_retropad_core.c b/cores/libretro-net-retropad/net_retropad_core.c index 07da9a8854..09b06c0524 100644 --- a/cores/libretro-net-retropad/net_retropad_core.c +++ b/cores/libretro-net-retropad/net_retropad_core.c @@ -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 = {