make melonDS build again

This commit is contained in:
Arisotura
2019-03-04 23:17:03 +01:00
parent 720a5fbea5
commit 3f82c7dcc1
3 changed files with 46 additions and 61 deletions

View File

@ -303,7 +303,7 @@ void DeInit()
void RXCallback(u_char* blarg, const struct pcap_pkthdr* header, const u_char* data)
{
while (PCapRXNum > 0);
while (RXNum > 0);
if (header->len > 2048-64) return;