mirror of
https://github.com/libretro/RetroArch
synced 2025-04-02 07:20:34 +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';
|
label[0] = name[0] = '\0';
|
||||||
|
|
||||||
fill_pathname_noext(label, buffer[user],
|
if (!string_is_empty(buffer[user]))
|
||||||
" ",
|
fill_pathname_noext(label, buffer[user],
|
||||||
sizeof(label));
|
" ",
|
||||||
|
sizeof(label));
|
||||||
|
|
||||||
if (
|
if (
|
||||||
settings->bools.input_descriptor_label_show
|
settings->bools.input_descriptor_label_show
|
||||||
|
Loading…
x
Reference in New Issue
Block a user