mirror of
https://github.com/libretro/RetroArch
synced 2025-04-16 08:43:10 +00:00
(Vita) Silence warnings (#14226)
This commit is contained in:
parent
29f0ba2e71
commit
83ac65d855
@ -450,6 +450,7 @@ bool netplay_discovery_driver_ctl(
|
|||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#ifndef VITA
|
||||||
/** Initialize Netplay discovery */
|
/** Initialize Netplay discovery */
|
||||||
static bool init_lan_ad_server_socket(void)
|
static bool init_lan_ad_server_socket(void)
|
||||||
{
|
{
|
||||||
@ -479,6 +480,7 @@ static bool init_lan_ad_server_socket(void)
|
|||||||
|
|
||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
/** Deinitialize Netplay discovery */
|
/** Deinitialize Netplay discovery */
|
||||||
static void deinit_lan_ad_server_socket(void)
|
static void deinit_lan_ad_server_socket(void)
|
||||||
@ -492,6 +494,7 @@ static void deinit_lan_ad_server_socket(void)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#ifndef VITA
|
||||||
/**
|
/**
|
||||||
* netplay_lan_ad_server
|
* netplay_lan_ad_server
|
||||||
*
|
*
|
||||||
@ -622,6 +625,8 @@ static bool netplay_lan_ad_server(netplay_t *netplay)
|
|||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* netplay_impl_magic:
|
* netplay_impl_magic:
|
||||||
*
|
*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user