mirror of
https://github.com/libretro/RetroArch.git
synced 2025-01-22 01:07:37 +00:00
(Wii) configure network for net logger
This commit is contained in:
parent
44cd3dc701
commit
1e91c7e6cd
@ -99,6 +99,11 @@ static int if_up_with(int index)
|
||||
return (0);
|
||||
}
|
||||
}
|
||||
#elif defined(GEKKO)
|
||||
if (if_config(NULL, NULL, NULL, TRUE) < 0)
|
||||
{
|
||||
return (-1);
|
||||
}
|
||||
#endif
|
||||
|
||||
sock=socket(AF_INET,SOCK_DGRAM ,0);
|
||||
|
Loading…
x
Reference in New Issue
Block a user