mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2024-11-14 21:37:42 -07:00
aaaa
This commit is contained in:
parent
d392d1d87f
commit
045858cc98
@ -809,7 +809,7 @@ u16 RecvMPReplies(u8* packets, u64 timestamp, u16 aidmask)
|
||||
return ret;
|
||||
}
|
||||
}
|
||||
else printf("RecvMPReplies received frame but bad\n");
|
||||
else printf("RecvMPReplies received frame but bad (type=%08X ts=%016llX/%016llX)\n", header->Type, header->Timestamp, timestamp);
|
||||
|
||||
enet_packet_destroy(enetpacket);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user