mirror of
https://github.com/libretro/RetroArch
synced 2025-04-02 16:20:39 +00:00
enable local room discovery on WiiU
This commit is contained in:
parent
b8cb3fd4a7
commit
e1227b2d68
@ -134,7 +134,7 @@ void deinit_netplay_discovery(void)
|
||||
/* Todo: implement net_ifinfo and ntohs for consoles */
|
||||
bool netplay_discovery_driver_ctl(enum rarch_netplay_discovery_ctl_state state, void *data)
|
||||
{
|
||||
#ifndef RARCH_CONSOLE
|
||||
#if defined(WIIU) || !defined(RARCH_CONSOLE)
|
||||
char port_str[6];
|
||||
int ret;
|
||||
unsigned k = 0;
|
||||
@ -238,7 +238,7 @@ error:
|
||||
bool netplay_lan_ad_server(netplay_t *netplay)
|
||||
{
|
||||
/* Todo: implement net_ifinfo and ntohs for consoles */
|
||||
#ifndef RARCH_CONSOLE
|
||||
#if defined(WIIU) || !defined(RARCH_CONSOLE)
|
||||
fd_set fds;
|
||||
int ret;
|
||||
struct timeval tmp_tv = {0};
|
||||
|
Loading…
x
Reference in New Issue
Block a user