(XMB) Prevent showing 'Directory not found' as a playlist. Fixes the black square bug.
This commit is contained in:
parent
6690711ace
commit
c7067356b5
|
@ -2639,6 +2639,7 @@ static int menu_displaylist_parse_generic(
|
||||||
? menu_hash_to_str(MENU_LABEL_VALUE_UNABLE_TO_READ_COMPRESSED_FILE)
|
? menu_hash_to_str(MENU_LABEL_VALUE_UNABLE_TO_READ_COMPRESSED_FILE)
|
||||||
: menu_hash_to_str(MENU_LABEL_VALUE_DIRECTORY_NOT_FOUND);
|
: menu_hash_to_str(MENU_LABEL_VALUE_DIRECTORY_NOT_FOUND);
|
||||||
|
|
||||||
|
if (! horizontal)
|
||||||
menu_entries_add(info->list, str, "", 0, 0, 0);
|
menu_entries_add(info->list, str, "", 0, 0, 0);
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue