Revert "Add better fallback for 'no items found'"
This reverts commit b208ce443c
.
This commit is contained in:
parent
b208ce443c
commit
788ded0138
|
@ -2390,6 +2390,9 @@ static int menu_displaylist_parse_generic(menu_displaylist_info_t *info, bool ho
|
|||
|
||||
string_list_free(str_list);
|
||||
|
||||
switch (hash_label)
|
||||
{
|
||||
case MENU_LABEL_CORE_LIST:
|
||||
if (items_found == 0)
|
||||
{
|
||||
menu_entries_push(info->list,
|
||||
|
@ -2399,9 +2402,6 @@ static int menu_displaylist_parse_generic(menu_displaylist_info_t *info, bool ho
|
|||
return 0;
|
||||
}
|
||||
|
||||
switch (hash_label)
|
||||
{
|
||||
case MENU_LABEL_CORE_LIST:
|
||||
{
|
||||
const char *dir = NULL;
|
||||
|
||||
|
|
Loading…
Reference in New Issue