mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-02-09 05:07:00 +00:00
(XMB) Prevent showing 'Directory not found' as a playlist. Fixes the black square bug.
This commit is contained in:
parent
6690711ace
commit
c7067356b5
@ -2639,7 +2639,8 @@ 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_DIRECTORY_NOT_FOUND);
|
||||
|
||||
menu_entries_add(info->list, str, "", 0, 0, 0);
|
||||
if (! horizontal)
|
||||
menu_entries_add(info->list, str, "", 0, 0, 0);
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user