mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-23 14:19:55 -06:00
fix some more shittiness
This commit is contained in:
@ -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)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user