mirror of
https://github.com/libretro/RetroArch
synced 2025-01-30 21:32:45 +00:00
fix input remapping menu display
This commit is contained in:
parent
d97a056903
commit
c7a6b85817
@ -143,7 +143,7 @@ typedef enum
|
||||
MENU_SETTINGS_CHEAT_BEGIN,
|
||||
MENU_SETTINGS_CHEAT_END = MENU_SETTINGS_CHEAT_BEGIN + (MAX_CHEAT_COUNTERS - 1),
|
||||
MENU_SETTINGS_INPUT_DESC_BEGIN,
|
||||
MENU_SETTINGS_INPUT_DESC_END = MENU_SETTINGS_INPUT_DESC_BEGIN + (MAX_USERS * RARCH_CUSTOM_BIND_LIST_END),
|
||||
MENU_SETTINGS_INPUT_DESC_END = MENU_SETTINGS_INPUT_DESC_BEGIN + (MAX_USERS * (RARCH_FIRST_CUSTOM_BIND + 4)),
|
||||
} menu_settings_t;
|
||||
|
||||
/**
|
||||
|
@ -1529,7 +1529,7 @@ static int menu_displaylist_parse_options_remappings(menu_displaylist_info_t *in
|
||||
"User %u %s : ", user, description);
|
||||
menu_list_push(info->list, desc_label, "",
|
||||
MENU_SETTINGS_INPUT_DESC_BEGIN +
|
||||
(p * RARCH_FIRST_META_KEY) + retro_id, 0);
|
||||
(p * (RARCH_FIRST_CUSTOM_BIND + 4)) + retro_id, 0);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user