mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-04-26 23:47:45 +02:00
parent
c9f54aabfb
commit
8fa26a18c5
1 changed files with 2 additions and 2 deletions
|
@ -108,7 +108,7 @@ namespace Ryujinx.Core.OsHle.Ipc
|
|||
RecvListCount = 0;
|
||||
}
|
||||
|
||||
if (Domain)
|
||||
if (Domain && Type == IpcMessageType.Request)
|
||||
{
|
||||
int DomWord0 = Reader.ReadInt32();
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue