DISPLAYLIST_PLAYLIST_COLLECTION - make it possible to interpret

history list
This commit is contained in:
twinaphex 2015-09-08 19:33:31 +02:00
parent 110cbc795a
commit 4eff29c13b

View File

@ -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];