add comment
This commit is contained in:
parent
a322436b6d
commit
241cf7687e
@ -28,6 +28,7 @@ namespace Ryujinx.HLE.HOS.Services.Am.AppletAE
|
||||
}
|
||||
|
||||
[CommandCmif(350)]
|
||||
// OpenSystemApplicationProxy(u64, pid, handle<copy>) -> object<nn::am::service::IApplicationProxy>
|
||||
public ResultCode OpenSystemApplicationProxy(ServiceCtx context)
|
||||
{
|
||||
MakeObject(context, new IApplicationProxy(context.Request.HandleDesc.PId));
|
||||
|
Loading…
x
Reference in New Issue
Block a user