mirror of
https://github.com/libretro/RetroArch
synced 2025-03-25 16:44:01 +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);
|
return (0);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
#elif defined(GEKKO)
|
||||||
|
if (if_config(NULL, NULL, NULL, TRUE) < 0)
|
||||||
|
{
|
||||||
|
return (-1);
|
||||||
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
sock=socket(AF_INET,SOCK_DGRAM ,0);
|
sock=socket(AF_INET,SOCK_DGRAM ,0);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user