No idea why gamecube is crashing, disabling this for now
This commit is contained in:
@@ -51,13 +51,17 @@ void networkDolphinRequestConnection(
|
||||
|
||||
// Negotiate DHCP using the Wi-Fi settings saved in Wii System Menu.
|
||||
// This call blocks until the interface is configured or times out.
|
||||
s32 ret = if_config(
|
||||
NETWORK.platform.ip,
|
||||
NETWORK.platform.netmask,
|
||||
NETWORK.platform.gateway,
|
||||
true,
|
||||
20
|
||||
);
|
||||
#ifdef DUSK_WII
|
||||
s32 ret = if_config(
|
||||
NETWORK.platform.ip,
|
||||
NETWORK.platform.netmask,
|
||||
NETWORK.platform.gateway,
|
||||
true,
|
||||
20
|
||||
);
|
||||
#else
|
||||
s32 ret = -1;
|
||||
#endif
|
||||
|
||||
if(ret >= 0) {
|
||||
NETWORK.state = NETWORK_STATE_CONNECTED;
|
||||
|
||||
Reference in New Issue
Block a user