mirror of
https://github.com/libretro/RetroArch
synced 2025-03-03 04:14:00 +00:00
Add HAVE_NETWORKING ifdef
This commit is contained in:
parent
2169a25b0a
commit
a2fd581dad
@ -7008,6 +7008,7 @@ bool menu_displaylist_ctl(enum menu_displaylist_ctl_state type,
|
||||
switch (type)
|
||||
{
|
||||
case DISPLAYLIST_NETWORK_HOSTING_SETTINGS_LIST:
|
||||
#ifdef HAVE_NETWORKING
|
||||
{
|
||||
bool include_everything = true;
|
||||
settings_t *settings = config_get_ptr();
|
||||
@ -7066,6 +7067,7 @@ bool menu_displaylist_ctl(enum menu_displaylist_ctl_state type,
|
||||
count++;
|
||||
}
|
||||
}
|
||||
#endif
|
||||
info->need_push = true;
|
||||
info->need_refresh = true;
|
||||
info->need_clear = true;
|
||||
|
Loading…
x
Reference in New Issue
Block a user