mirror of
https://github.com/ryujinx-mirror/ryujinx.git
synced 2024-11-28 01:50:50 +01:00
Fix bad rename
This commit is contained in:
parent
322f28668d
commit
3d0b4d345f
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user