mirror of
https://github.com/libretro/RetroArch
synced 2025-04-09 21:45:45 +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;
|
return count;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#ifdef HAVE_NETWORKING
|
||||||
unsigned menu_displaylist_netplay_refresh_rooms(file_list_t *list)
|
unsigned menu_displaylist_netplay_refresh_rooms(file_list_t *list)
|
||||||
{
|
{
|
||||||
char s[8300];
|
char s[8300];
|
||||||
@ -7290,6 +7291,7 @@ unsigned menu_displaylist_netplay_refresh_rooms(file_list_t *list)
|
|||||||
|
|
||||||
return count;
|
return count;
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
bool menu_displaylist_has_subsystems(void)
|
bool menu_displaylist_has_subsystems(void)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user