Align ControlWithContext
This commit is contained in:
parent
b4beaf8c47
commit
039cca630c
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ namespace Ryujinx.HLE.OsHle.Ipc
|
|||
}
|
||||
}
|
||||
else if (Request.Type == IpcMessageType.Control ||
|
||||
Request.Type == IpcMessageType.ControlWithContext)
|
||||
Request.Type == IpcMessageType.ControlWithContext)
|
||||
{
|
||||
long Magic = ReqReader.ReadInt64();
|
||||
long CmdId = ReqReader.ReadInt64();
|
||||
|
|
Loading…
Add table
Reference in a new issue