fix some more shittiness

This commit is contained in:
Arisotura 2022-09-04 11:22:45 +02:00
parent f41cfd70ab
commit a8667bc6dd
1 changed files with 1 additions and 0 deletions

View File

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