mirror of
https://github.com/Fledge68/WiiFlow_Lite.git
synced 2024-11-27 13:44:15 +01:00
Merge pull request #202 from wiidev/master
Fix Wii game booting on vWii - issue #192
This commit is contained in:
commit
ef59eccaca
@ -158,8 +158,9 @@ void ShutdownBeforeExit(void)
|
|||||||
WiFiDebugger.Close();
|
WiFiDebugger.Close();
|
||||||
//ftp_endTread();
|
//ftp_endTread();
|
||||||
wolfSSL_Cleanup();
|
wolfSSL_Cleanup();
|
||||||
net_wc24cleanup();
|
|
||||||
net_deinit();
|
net_deinit();
|
||||||
networkInit = false;
|
networkInit = false;
|
||||||
}
|
}
|
||||||
|
/* Avoid issues on vWii by always calling this */
|
||||||
|
net_wc24cleanup();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user