Revert "Add better fallback for 'no items found'"

This reverts commit b208ce443c.
This commit is contained in:
twinaphex 2016-02-06 21:33:38 +01:00
parent b208ce443c
commit 788ded0138
1 changed files with 9 additions and 9 deletions

View File

@ -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;