here have more code aaaaaaaaaaaaa

This commit is contained in:
Arisotura
2019-03-15 01:08:37 +01:00
parent 4de4631c15
commit b52458d7be
3 changed files with 20 additions and 6 deletions

View File

@ -279,10 +279,12 @@ bool LAN_Init()
void LAN_DeInit()
{
// checkme. blarg
if (Config::DirectLAN)
LAN_PCap::DeInit();
else
LAN_Socket::DeInit();
//if (Config::DirectLAN)
// LAN_PCap::DeInit();
//else
// LAN_Socket::DeInit();
LAN_PCap::DeInit();
LAN_Socket::DeInit();
}
int LAN_SendPacket(u8* data, int len)