mirror of
https://github.com/libretro/RetroArch
synced 2025-04-17 20:43:10 +00:00
(menu_displaylist.c) Cleanups
This commit is contained in:
parent
5daaa8cc38
commit
6c11374fb9
@ -3223,7 +3223,9 @@ static int menu_displaylist_parse_playlists(
|
|||||||
if (!str_list)
|
if (!str_list)
|
||||||
{
|
{
|
||||||
const char *str = msg_hash_to_str(MENU_ENUM_LABEL_VALUE_DIRECTORY_NOT_FOUND);
|
const char *str = msg_hash_to_str(MENU_ENUM_LABEL_VALUE_DIRECTORY_NOT_FOUND);
|
||||||
(void)str;
|
|
||||||
|
menu_entries_append_enum(info->list, str, "",
|
||||||
|
MENU_ENUM_LABEL_VALUE_DIRECTORY_NOT_FOUND, 0, 0, 0);
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user