mirror of
https://github.com/libretro/RetroArch
synced 2025-04-07 13:23:32 +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
|
#endif
|
||||||
break;
|
break;
|
||||||
case DISPLAYLIST_PLAYLIST_COLLECTION:
|
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];
|
char path_playlist[PATH_MAX_LENGTH];
|
||||||
content_playlist_t *playlist = NULL;
|
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_refresh = true;
|
||||||
need_push = true;
|
need_push = true;
|
||||||
}
|
}
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
break;
|
|
||||||
case DISPLAYLIST_HISTORY:
|
case DISPLAYLIST_HISTORY:
|
||||||
{
|
{
|
||||||
char path_playlist[PATH_MAX_LENGTH];
|
char path_playlist[PATH_MAX_LENGTH];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user