mirror of
https://github.com/Oibaf66/frodo-wii.git
synced 2025-04-22 09:51:24 +02:00
No need to call net_init
This commit is contained in:
parent
2cc9a827c3
commit
c730b2b185
@ -90,9 +90,6 @@ void Network::InitNetwork()
|
||||
{
|
||||
char myIP[16];
|
||||
|
||||
/* From Snes9x-gx */
|
||||
while (net_init() == -EAGAIN);
|
||||
|
||||
if (if_config(myIP, NULL, NULL, true) < 0)
|
||||
{
|
||||
fprintf(stderr, "\n\n\nError getting IP address via DHCP.\n");
|
||||
|
Loading…
x
Reference in New Issue
Block a user