FspSrv improvements, also fix ImageEnd for NROs without a MOD0 section
This commit is contained in:
@ -106,7 +106,7 @@ namespace Ryujinx.Core.OsHle.Svc
|
||||
|
||||
if (Session != null)
|
||||
{
|
||||
IpcHandler.IpcCall(Ns, Memory, Session, Cmd, CmdPtr, Handle);
|
||||
IpcHandler.IpcCall(Ns, Memory, Session, Cmd, ThreadState.ThreadId, CmdPtr, Handle);
|
||||
|
||||
byte[] Response = AMemoryHelper.ReadBytes(Memory, CmdPtr, (int)Size);
|
||||
|
||||
|
Reference in New Issue
Block a user