mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-13 13:28:49 +00:00
It should be possible now to select input settings when user
language is not English
This commit is contained in:
parent
8545a58c41
commit
b436200887
@ -3725,8 +3725,9 @@ bool menu_displaylist_ctl(enum menu_displaylist_ctl_state type, void *data)
|
|||||||
case DISPLAYLIST_USER_BINDS_LIST:
|
case DISPLAYLIST_USER_BINDS_LIST:
|
||||||
{
|
{
|
||||||
char lbl[PATH_MAX_LENGTH] = {0};
|
char lbl[PATH_MAX_LENGTH] = {0};
|
||||||
|
unsigned val = atoi(info->path);
|
||||||
snprintf(lbl, sizeof(lbl),
|
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,
|
ret = menu_displaylist_parse_settings(menu, info,
|
||||||
lbl, PARSE_NONE, true);
|
lbl, PARSE_NONE, true);
|
||||||
info->need_refresh = true;
|
info->need_refresh = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user