Fix bad rename

This commit is contained in:
gdkchan 2018-02-09 21:23:16 -03:00
parent 63a7fd4c0e
commit 27c4c4c56a

View File

@ -93,7 +93,7 @@ namespace Ryujinx.OsHle.Svc
if (Session != null)
{
IpcHandler.ProcessRequest(Ns, Memory, Session, Cmd, CmdPtr, Handle);
IpcHandler.IpcCall(Ns, Memory, Session, Cmd, CmdPtr, Handle);
byte[] Response = AMemoryHelper.ReadBytes(Memory, CmdPtr, (int)Size);