mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-06-28 09:59:38 -06:00
Fix bad rename
This commit is contained in:
@ -93,7 +93,7 @@ namespace Ryujinx.OsHle.Svc
|
|||||||
|
|
||||||
if (Session != null)
|
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);
|
byte[] Response = AMemoryHelper.ReadBytes(Memory, CmdPtr, (int)Size);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user