Add files via upload
This commit is contained in:
parent
09e2662ad3
commit
aecc7c8919
1 changed files with 1 additions and 7 deletions
|
@ -45,13 +45,7 @@ namespace Ryujinx.HLE.HOS.Services.Nim
|
||||||
// CreateServerInterface2(pid, handle<unknown>, u64) -> object<nn::ec::IshopServiceAccessServer>
|
// CreateServerInterface2(pid, handle<unknown>, u64) -> object<nn::ec::IshopServiceAccessServer>
|
||||||
public ResultCode CreateServerInterface2(ServiceCtx context)
|
public ResultCode CreateServerInterface2(ServiceCtx context)
|
||||||
{
|
{
|
||||||
context.Device.System.KernelContext.Syscall.CloseHandle(context.Request.HandleDesc.ToCopy[0]);
|
return CreateServerInterface(context);
|
||||||
|
|
||||||
MakeObject(context, new IShopServiceAccessServer());
|
|
||||||
|
|
||||||
Logger.Stub?.PrintStub(LogClass.ServiceNim);
|
|
||||||
|
|
||||||
return ResultCode.Success;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue