mirror of
https://github.com/libretro/RetroArch
synced 2025-03-29 22:20:21 +00:00
Buildfix for non-networking targets
This commit is contained in:
parent
a0e7fe19af
commit
d809cc6a31
@ -7183,6 +7183,7 @@ static unsigned menu_displaylist_build_shader_parameter(
|
||||
return count;
|
||||
}
|
||||
|
||||
#ifdef HAVE_NETWORKING
|
||||
unsigned menu_displaylist_netplay_refresh_rooms(file_list_t *list)
|
||||
{
|
||||
char s[8300];
|
||||
@ -7290,6 +7291,7 @@ unsigned menu_displaylist_netplay_refresh_rooms(file_list_t *list)
|
||||
|
||||
return count;
|
||||
}
|
||||
#endif
|
||||
|
||||
bool menu_displaylist_has_subsystems(void)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user