mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-25 07:10:00 -06:00
wifi: more shit
This commit is contained in:
@ -767,6 +767,7 @@ bool CheckRX(bool block)
|
||||
for (;;)
|
||||
{
|
||||
int rxlen = Platform::MP_RecvPacket(RXBuffer, block);
|
||||
//if (rxlen == 0) rxlen = Platform::LAN_RecvPacket(RXBuffer);
|
||||
if (rxlen == 0) return false;
|
||||
if (rxlen < 12+24) continue;
|
||||
|
||||
|
Reference in New Issue
Block a user