mirror of
https://github.com/libretro/RetroArch
synced 2025-04-18 14:42:30 +00:00
(Content Collection) should now correctly deal with directories
This commit is contained in:
parent
b6dac843a8
commit
765c4a1d85
@ -2297,8 +2297,8 @@ static int menu_displaylist_parse_generic(menu_displaylist_info_t *info, bool *n
|
|||||||
{
|
{
|
||||||
case MENU_LABEL_CONTENT_COLLECTION_LIST:
|
case MENU_LABEL_CONTENT_COLLECTION_LIST:
|
||||||
if (is_dir)
|
if (is_dir)
|
||||||
continue;
|
file_type = MENU_FILE_DIRECTORY;
|
||||||
|
else
|
||||||
file_type = MENU_FILE_PLAYLIST_COLLECTION;
|
file_type = MENU_FILE_PLAYLIST_COLLECTION;
|
||||||
break;
|
break;
|
||||||
case MENU_LABEL_CORE_LIST:
|
case MENU_LABEL_CORE_LIST:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user