Fix Wii game booting on vWii

This commit is contained in:
wiidev 2020-09-18 23:07:03 +01:00
parent 2405ad2aab
commit 5b6a325546

View File

@ -158,8 +158,9 @@ void ShutdownBeforeExit(void)
WiFiDebugger.Close();
//ftp_endTread();
wolfSSL_Cleanup();
net_wc24cleanup();
net_deinit();
networkInit = false;
}
/* Avoid issues on vWii by always calling this */
net_wc24cleanup();
}