mirror of
https://github.com/libretro/RetroArch
synced 2025-03-28 19:20:35 +00:00
Remove empty prefix from input titles
This commit is contained in:
parent
1f58cebcd0
commit
48eb3f5d53
@ -8013,9 +8013,10 @@ static bool setting_append_list_input_player_options(
|
||||
|
||||
label[0] = name[0] = '\0';
|
||||
|
||||
fill_pathname_noext(label, buffer[user],
|
||||
" ",
|
||||
sizeof(label));
|
||||
if (!string_is_empty(buffer[user]))
|
||||
fill_pathname_noext(label, buffer[user],
|
||||
" ",
|
||||
sizeof(label));
|
||||
|
||||
if (
|
||||
settings->bools.input_descriptor_label_show
|
||||
|
Loading…
x
Reference in New Issue
Block a user