mirror of
https://github.com/libretro/RetroArch
synced 2025-03-02 19:13:34 +00:00
Fix Content Collection
This commit is contained in:
parent
8ebce6920c
commit
363780a239
@ -1926,7 +1926,9 @@ static int menu_displaylist_parse(menu_displaylist_info_t *info,
|
||||
break;
|
||||
}
|
||||
|
||||
if (menu_displaylist_parse_historylist(info, playlist) == 0)
|
||||
ret = menu_displaylist_parse_historylist(info, playlist);
|
||||
|
||||
if (ret == 0)
|
||||
{
|
||||
*need_refresh = true;
|
||||
*need_push = true;
|
||||
|
@ -407,7 +407,7 @@ static int action_ok_playlist_collection(const char *path,
|
||||
strlcpy(info.path, path, sizeof(info.path));
|
||||
strlcpy(info.label, label, sizeof(info.label));
|
||||
|
||||
return menu_displaylist_push_list(&info, DISPLAYLIST_PLAYLIST_COLLECTION);
|
||||
return menu_displaylist_push_list(&info, DISPLAYLIST_GENERIC);
|
||||
}
|
||||
|
||||
static int action_ok_content_collection_list(const char *path,
|
||||
|
Loading…
x
Reference in New Issue
Block a user