Explorar o código

Fix bad rename

gdkchan %!s(int64=8) %!d(string=hai) anos
pai
achega
3d0b4d345f
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Ryujinx/OsHle/Svc/SvcSystem.cs

+ 1 - 1
Ryujinx/OsHle/Svc/SvcSystem.cs

@@ -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);