nim:eca : Stub CreateServerInterface2 (#7128)
* Add files via upload * Add files via upload * Update src/Ryujinx.HLE/HOS/Services/Nim/IShopServiceAccessServerInterface.cs --------- Co-authored-by: Ac_K <Acoustik666@gmail.com>
This commit is contained in:
parent
23fa5f4c9c
commit
0137c9e635
1 changed files with 7 additions and 0 deletions
|
@ -40,5 +40,12 @@ namespace Ryujinx.HLE.HOS.Services.Nim
|
||||||
|
|
||||||
return ResultCode.Success;
|
return ResultCode.Success;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
[CommandCmif(5)] // 17.0.0+
|
||||||
|
// CreateServerInterface2(pid, handle<unknown>, u64) -> object<nn::ec::IshopServiceAccessServer>
|
||||||
|
public ResultCode CreateServerInterface2(ServiceCtx context)
|
||||||
|
{
|
||||||
|
return CreateServerInterface(context);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue