mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-21 10:20:21 +00:00
(Content Collection) should now correctly deal with directories
This commit is contained in:
parent
b6dac843a8
commit
765c4a1d85
@ -2297,9 +2297,9 @@ static int menu_displaylist_parse_generic(menu_displaylist_info_t *info, bool *n
|
||||
{
|
||||
case MENU_LABEL_CONTENT_COLLECTION_LIST:
|
||||
if (is_dir)
|
||||
continue;
|
||||
|
||||
file_type = MENU_FILE_PLAYLIST_COLLECTION;
|
||||
file_type = MENU_FILE_DIRECTORY;
|
||||
else
|
||||
file_type = MENU_FILE_PLAYLIST_COLLECTION;
|
||||
break;
|
||||
case MENU_LABEL_CORE_LIST:
|
||||
#ifdef HAVE_LIBRETRO_MANAGEMENT
|
||||
|
Loading…
Reference in New Issue
Block a user