mirror of
https://github.com/libretro/RetroArch
synced 2025-03-29 22:20:21 +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…
x
Reference in New Issue
Block a user