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