mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-24 16:39:43 +00:00
Cleanups
This commit is contained in:
parent
93b8ba07b7
commit
22943d2891
@ -2538,7 +2538,11 @@ 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")) { }
|
||||
if (!strcmp(info->path, "content_history.lpl"))
|
||||
{
|
||||
menu_displaylist_push_list(info, DISPLAYLIST_HISTORY);
|
||||
return 0;
|
||||
}
|
||||
else
|
||||
{
|
||||
char path_playlist[PATH_MAX_LENGTH];
|
||||
@ -2565,8 +2569,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…
Reference in New Issue
Block a user