add comment

This commit is contained in:
Luke Warner 2024-11-13 14:44:34 -05:00
parent a322436b6d
commit 241cf7687e

View File

@ -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));