mirror of
https://github.com/libretro/RetroArch
synced 2025-03-28 19:20:35 +00:00
remap-redux part2: hide analogs for now
This commit is contained in:
parent
958216ede9
commit
2415f821af
@ -3249,7 +3249,8 @@ static int menu_displaylist_parse_options_remappings(
|
||||
|
||||
if (device == RETRO_DEVICE_JOYPAD || device == RETRO_DEVICE_ANALOG)
|
||||
{
|
||||
for (retro_id = 0; retro_id < RARCH_FIRST_CUSTOM_BIND + 8; retro_id++)
|
||||
/* change to RARCH_FIRST_CUSTOM_BIND + 8 once analog remapping is implemented */
|
||||
for (retro_id = 0; retro_id < RARCH_FIRST_CUSTOM_BIND; retro_id++)
|
||||
{
|
||||
char desc_label[64];
|
||||
unsigned user = p + 1;
|
||||
|
Loading…
x
Reference in New Issue
Block a user