Update IpcMessage.cs (#38)

Temporary Fix by Misson20000
This commit is contained in:
Ac_K 2018-02-25 00:08:54 +01:00 committed by gdkchan
parent c9f54aabfb
commit 8fa26a18c5

View file

@ -108,7 +108,7 @@ namespace Ryujinx.Core.OsHle.Ipc
RecvListCount = 0; RecvListCount = 0;
} }
if (Domain) if (Domain && Type == IpcMessageType.Request)
{ {
int DomWord0 = Reader.ReadInt32(); int DomWord0 = Reader.ReadInt32();
@ -228,4 +228,4 @@ namespace Ryujinx.Core.OsHle.Ipc
return -1; return -1;
} }
} }
} }