1
0
mirror of https://github.com/libretro/RetroArch synced 2025-02-24 00:39:54 +00:00

(XMB) Fix menu regression

This commit is contained in:
twinaphex 2015-05-21 20:30:32 +02:00
parent e90ba5da85
commit 58d02c3d61

@ -1817,6 +1817,8 @@ static int menu_displaylist_parse(menu_displaylist_info_t *info,
if (!*info->path)
{
menu_displaylist_parse_drive_list(info->list);
*need_refresh = true;
*need_push = true;
return 0;
}