mirror of
https://github.com/libretro/RetroArch
synced 2025-04-07 13:23:32 +00:00
(Wii) Buildfix
This commit is contained in:
parent
b8bd20216b
commit
b5c0e4060d
@ -1074,10 +1074,12 @@ int menu_displaylist_push_list(menu_displaylist_info_t *info, unsigned type)
|
|||||||
need_push = true;
|
need_push = true;
|
||||||
break;
|
break;
|
||||||
case DISPLAYLIST_CORES_UPDATER:
|
case DISPLAYLIST_CORES_UPDATER:
|
||||||
|
#ifdef HAVE_NETWORKING
|
||||||
menu_list_clear(info->list);
|
menu_list_clear(info->list);
|
||||||
print_buf_lines(info->list, core_buf, core_len, MENU_FILE_DOWNLOAD_CORE);
|
print_buf_lines(info->list, core_buf, core_len, MENU_FILE_DOWNLOAD_CORE);
|
||||||
need_push = true;
|
need_push = true;
|
||||||
need_refresh = true;
|
need_refresh = true;
|
||||||
|
#endif
|
||||||
break;
|
break;
|
||||||
case DISPLAYLIST_SHADER_PARAMETERS:
|
case DISPLAYLIST_SHADER_PARAMETERS:
|
||||||
case DISPLAYLIST_SHADER_PARAMETERS_PRESET:
|
case DISPLAYLIST_SHADER_PARAMETERS_PRESET:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user