mirror of
https://github.com/libretro/RetroArch
synced 2025-04-02 07:20:34 +00:00
Fix one warning
This commit is contained in:
parent
cd8a15c0df
commit
1a448e3054
@ -2115,7 +2115,6 @@ int menu_displaylist_push_list(menu_displaylist_info_t *info, unsigned type)
|
|||||||
need_push = true;
|
need_push = true;
|
||||||
need_refresh = true;
|
need_refresh = true;
|
||||||
break;
|
break;
|
||||||
break;
|
|
||||||
case DISPLAYLIST_LOAD_CONTENT_LIST:
|
case DISPLAYLIST_LOAD_CONTENT_LIST:
|
||||||
menu_list_clear(info->list);
|
menu_list_clear(info->list);
|
||||||
ret = menu_displaylist_parse_load_content_list(info);
|
ret = menu_displaylist_parse_load_content_list(info);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user