HLE: Stub ILibraryAppletAccessor Unknown90 (ryubing/ryujinx!197)
See merge request ryubing/ryujinx!197master Canary-1.3.197
parent
b06846aa5e
commit
3394736b07
|
|
@ -118,6 +118,17 @@ namespace Ryujinx.HLE.HOS.Services.Am.AppletAE.AllSystemAppletProxiesService.Lib
|
||||||
return ResultCode.Success;
|
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)]
|
[CommandCmif(100)]
|
||||||
// PushInData(object<nn::am::service::IStorage>)
|
// PushInData(object<nn::am::service::IStorage>)
|
||||||
public ResultCode PushInData(ServiceCtx context)
|
public ResultCode PushInData(ServiceCtx context)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue