mirror of
https://github.com/libretro/RetroArch
synced 2025-04-10 06:44:27 +00:00
Update black boxes conspiracy
This commit is contained in:
parent
3f29eed928
commit
e99b25a4b3
@ -3290,10 +3290,7 @@ static int menu_displaylist_parse_playlists(
|
|||||||
path = str_list->elems[i].data;
|
path = str_list->elems[i].data;
|
||||||
|
|
||||||
if (!strstr(path, file_path_str(FILE_PATH_LPL_EXTENSION)) ||
|
if (!strstr(path, file_path_str(FILE_PATH_LPL_EXTENSION)) ||
|
||||||
(strstr(path, file_path_str(FILE_PATH_CONTENT_HISTORY))) ||
|
((strcasestr(path, "content") && strcasestr(path, "history"))))
|
||||||
(strstr(path, file_path_str(FILE_PATH_CONTENT_MUSIC_HISTORY))) ||
|
|
||||||
(strstr(path, file_path_str(FILE_PATH_CONTENT_VIDEO_HISTORY))) ||
|
|
||||||
(strstr(path, file_path_str(FILE_PATH_CONTENT_IMAGE_HISTORY))))
|
|
||||||
continue;
|
continue;
|
||||||
|
|
||||||
file_type = FILE_TYPE_PLAYLIST_COLLECTION;
|
file_type = FILE_TYPE_PLAYLIST_COLLECTION;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user