fix some more shittiness

This commit is contained in:
Arisotura
2022-09-04 11:22:45 +02:00
parent f41cfd70ab
commit a8667bc6dd

View File

@ -374,6 +374,7 @@ int SendPacketGeneric(u32 type, u8* packet, int len, u64 timestamp)
header->MPHostInstanceID = InstanceID; header->MPHostInstanceID = InstanceID;
header->MPReplyBitmask = 0; header->MPReplyBitmask = 0;
ReplyReadOffset = header->ReplyWriteOffset; ReplyReadOffset = header->ReplyWriteOffset;
SemReset(16 + InstanceID);
} }
else if (type == 2) else if (type == 2)
{ {