mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-06-28 09:50:47 -07:00
@ -108,7 +108,7 @@ namespace Ryujinx.Core.OsHle.Ipc
|
||||
RecvListCount = 0;
|
||||
}
|
||||
|
||||
if (Domain)
|
||||
if (Domain && Type == IpcMessageType.Request)
|
||||
{
|
||||
int DomWord0 = Reader.ReadInt32();
|
||||
|
||||
@ -228,4 +228,4 @@ namespace Ryujinx.Core.OsHle.Ipc
|
||||
return -1;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user