mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-01-26 21:36:26 +00:00
DISPLAYLIST_PLAYLIST_COLLECTION - make it possible to interpret
history list
This commit is contained in:
parent
110cbc795a
commit
4eff29c13b
@ -2633,7 +2633,10 @@ int menu_displaylist_push_list(menu_displaylist_info_t *info, unsigned type)
|
||||
#endif
|
||||
break;
|
||||
case DISPLAYLIST_PLAYLIST_COLLECTION:
|
||||
if (!strcmp(info->path, "content_history.lpl")) { }
|
||||
else
|
||||
{
|
||||
RARCH_LOG("GETS HERE, path: %s\n", info->path);
|
||||
char path_playlist[PATH_MAX_LENGTH];
|
||||
content_playlist_t *playlist = NULL;
|
||||
|
||||
@ -2658,8 +2661,8 @@ int menu_displaylist_push_list(menu_displaylist_info_t *info, unsigned type)
|
||||
need_refresh = true;
|
||||
need_push = true;
|
||||
}
|
||||
break;
|
||||
}
|
||||
break;
|
||||
case DISPLAYLIST_HISTORY:
|
||||
{
|
||||
char path_playlist[PATH_MAX_LENGTH];
|
||||
|
Loading…
x
Reference in New Issue
Block a user