mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-27 00:00:07 -06:00
here have more code aaaaaaaaaaaaa
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user