Merge branch 'stub_ILibraryAppletAccessor-90' into 'master'

HLE: Stub ILibraryAppletAccessor Unknown90

See merge request [ryubing/ryujinx!197](https://git.ryujinx.app/ryubing/ryujinx/-/merge_requests/197)
merge-requests/197/merge
sh0inx 2025-10-27 12:31:57 -05:00
commit 2c94a8f035
1 changed files with 11 additions and 0 deletions

View File

@ -117,6 +117,17 @@ namespace Ryujinx.HLE.HOS.Services.Am.AppletAE.AllSystemAppletProxiesService.Lib
return ResultCode.Success;
}
[CommandCmif(90)]
// ILibraryAppletAccessor:90
public ResultCode Unknown90(ServiceCtx context)
{
// NOTE: This call is performed on SDK 20+ when applet is called.
// Since we don't support applets for now, it's fine to stub it.
Logger.Stub?.PrintStub(LogClass.ServiceAm);
return ResultCode.Success;
}
[CommandCmif(100)]
// PushInData(object<nn::am::service::IStorage>)