remap-redux part2: fix right stick

This commit is contained in:
radius 2018-04-08 11:01:47 -05:00
parent 72065aee0b
commit f517ca3b56
1 changed files with 21 additions and 21 deletions

View File

@ -249,6 +249,7 @@ void input_mapper_state(
*ret = val;
}
}
}
if (idx == 1)
{
if (id == 0)
@ -277,7 +278,6 @@ void input_mapper_state(
}
}
}
}
break;
case RETRO_DEVICE_KEYBOARD:
if (id < RETROK_LAST)