Applet Manager services: Difference between revisions
→ILibraryAppletCreator: Removed duplicate. |
No edit summary |
||
Line 130: | Line 130: | ||
| 13 || [2.0.0+] UpdateDefaultDisplayResolution | | 13 || [2.0.0+] UpdateDefaultDisplayResolution | ||
|- | |- | ||
| 14 || [2.0.0+] ShouldSleepOnBoot | | 14 || [2.0.0+] [[#ShouldSleepOnBoot]] | ||
|- | |- | ||
| 15 || [4.0.0+] GetHdcpAuthenticationFailedEvent | | 15 || [4.0.0+] GetHdcpAuthenticationFailedEvent | ||
|} | |} | ||
==== ShouldSleepOnBoot ==== | |||
No input, returns an output u8 bool. | |||
=== IApplicationCreator === | === IApplicationCreator === | ||
Line 266: | Line 269: | ||
| 12 || GetMainAppletIdentityInfo || | | 12 || GetMainAppletIdentityInfo || | ||
|- | |- | ||
| 13 || CanUseApplicationCore || | | 13 || [[#CanUseApplicationCore]] || | ||
|- | |- | ||
| 14 || GetCallerAppletIdentityInfo || | | 14 || GetCallerAppletIdentityInfo || | ||
Line 272: | Line 275: | ||
| 15 || [2.0.0+] GetMainAppletApplicationControlProperty || | | 15 || [2.0.0+] GetMainAppletApplicationControlProperty || | ||
|- | |- | ||
| 16 || [2.0.0+] GetMainAppletStorageId || | | 16 || [2.0.0+] [[#GetMainAppletStorageId]] || | ||
|- | |- | ||
| 17 || [2.0.0+] GetCallerAppletIdentityInfoStack || | | 17 || [2.0.0+] GetCallerAppletIdentityInfoStack || | ||
Line 308: | Line 311: | ||
| 110 || [6.0.0+] GetMainAppletAvailableUsers || | | 110 || [6.0.0+] GetMainAppletAvailableUsers || | ||
|} | |} | ||
==== GetMainAppletStorageId ==== | |||
No input, returns an output u8 storageId. | |||
==== ExitProcessAndReturn ==== | ==== ExitProcessAndReturn ==== | ||
Line 316: | Line 322: | ||
==== GetLibraryAppletInfo ==== | ==== GetLibraryAppletInfo ==== | ||
No input. Returns an u64 LibraryAppletInfo: +0 u32 is [[#AppletId]], +4 u32 is [[#LibraryAppletMode]]. | No input. Returns an u64 LibraryAppletInfo: +0 u32 is [[#AppletId]], +4 u32 is [[#LibraryAppletMode]]. | ||
==== CanUseApplicationCore ==== | |||
No input, returns an output u8 bool. | |||
==== GetMainAppletApplicationDesiredLanguage ==== | ==== GetMainAppletApplicationDesiredLanguage ==== | ||
Line 504: | Line 513: | ||
==== NotifyRunning ==== | ==== NotifyRunning ==== | ||
Takes no input. Returns an output u8, which is ignored by official user-processes. | Takes no input. Returns an output u8 bool, which is ignored by official user-processes. | ||
==== IsGamePlayRecordingSupported ==== | ==== IsGamePlayRecordingSupported ==== |