Implement IAllSystemAppletProxiesService: 350 (OpenSystemApplicationProxy) #237

Merged
LukeWarnut merged 2 commits from wntOpenSystemApplicationProxy into master 2024-11-14 04:29:01 +00:00
Showing only changes of commit 241cf7687e - Show all commits

View File

@ -28,6 +28,7 @@ namespace Ryujinx.HLE.HOS.Services.Am.AppletAE
} }
[CommandCmif(350)] [CommandCmif(350)]
// OpenSystemApplicationProxy(u64, pid, handle<copy>) -> object<nn::am::service::IApplicationProxy>
public ResultCode OpenSystemApplicationProxy(ServiceCtx context) public ResultCode OpenSystemApplicationProxy(ServiceCtx context)
{ {
MakeObject(context, new IApplicationProxy(context.Request.HandleDesc.PId)); MakeObject(context, new IApplicationProxy(context.Request.HandleDesc.PId));