mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-14 14:28:47 +00:00
Should fix input config label regression
This commit is contained in:
parent
6c6beca430
commit
eb512d0caf
@ -3162,7 +3162,7 @@ static bool setting_append_list_input_player_options(
|
||||
char name[PATH_MAX_LENGTH];
|
||||
bool do_add = true;
|
||||
|
||||
if (!input_config_bind_map_get_meta(i))
|
||||
if (input_config_bind_map_get_meta(i))
|
||||
continue;
|
||||
|
||||
strlcpy(label, buffer[user], sizeof(label));
|
||||
|
Loading…
Reference in New Issue
Block a user