It should be possible now to select input settings when user

language is not English
This commit is contained in:
twinaphex 2016-06-16 22:43:45 +02:00
parent 8545a58c41
commit b436200887

View File

@ -3725,8 +3725,9 @@ bool menu_displaylist_ctl(enum menu_displaylist_ctl_state type, void *data)
case DISPLAYLIST_USER_BINDS_LIST:
{
char lbl[PATH_MAX_LENGTH] = {0};
unsigned val = atoi(info->path);
snprintf(lbl, sizeof(lbl),
"Input User %.1s Binds", info->path);
menu_hash_to_str_enum(MENU_ENUM_LABEL_VALUE_INPUT_USER_BINDS), val);
ret = menu_displaylist_parse_settings(menu, info,
lbl, PARSE_NONE, true);
info->need_refresh = true;