Applet Manager services: Difference between revisions
No edit summary |
No edit summary |
||
Line 311: | Line 311: | ||
| 1 || FinishUpdate | | 1 || FinishUpdate | ||
|- | |- | ||
| 2 || GetCradleDeviceInfo | | 2 || [[#GetCradleDeviceInfo]] | ||
|- | |- | ||
| 3 || GetCradleDeviceInfoChangeEvent | | 3 || GetCradleDeviceInfoChangeEvent | ||
Line 319: | Line 319: | ||
| 5 || GetLastInternalResult | | 5 || GetLastInternalResult | ||
|} | |} | ||
==== GetCradleDeviceInfo ==== | |||
No input, returns a 8-byte CradleDeviceInfo. | |||
[13.0.0+] Now returns a total of 0xC-bytes. | |||
=== IApplicationCreator === | === IApplicationCreator === | ||
Line 1,639: | Line 1,644: | ||
|- | |- | ||
| 110 || [11.0.0+] [[#OpenMyGpuErrorHandler]] | | 110 || [11.0.0+] [[#OpenMyGpuErrorHandler]] | ||
|- | |||
| 120 || [13.0.0+] | |||
|- | |- | ||
| 200 || [7.0.0+] [[#GetOperationModeSystemInfo]] | | 200 || [7.0.0+] [[#GetOperationModeSystemInfo]] | ||
Line 1,934: | Line 1,941: | ||
|- | |- | ||
| 20 || [4.0.0+] [[#SetDesirableKeyboardLayout]] | | 20 || [4.0.0+] [[#SetDesirableKeyboardLayout]] | ||
|- | |||
| 21 || [13.0.0+] | |||
|- | |- | ||
| 40 || [[#CreateManagedDisplayLayer]] | | 40 || [[#CreateManagedDisplayLayer]] | ||
Line 1,946: | Line 1,955: | ||
|- | |- | ||
| 45 || [10.0.0+] [[#SetManagedDisplayLayerSeparationMode]] | | 45 || [10.0.0+] [[#SetManagedDisplayLayerSeparationMode]] | ||
|- | |||
| 46 || [13.0.0+] [[#SetRecordingLayerCompositionEnabled]] | |||
|- | |- | ||
| 50 || [[#SetHandlesRequestToDisplay]] | | 50 || [[#SetHandlesRequestToDisplay]] | ||
Line 1,988: | Line 1,999: | ||
|- | |- | ||
| 120 || [11.0.0+] [[#SaveCurrentScreenshot]] | | 120 || [11.0.0+] [[#SaveCurrentScreenshot]] | ||
|- | |||
| 130 || [13.0.0+] [[#SetRecordVolumeMuted]] | |||
|- | |- | ||
| 1000 || [7.0.0+] [[#GetDebugStorageChannel]] | | 1000 || [7.0.0+] [[#GetDebugStorageChannel]] | ||
Line 2,110: | Line 2,123: | ||
The input u32 must be 0-1. | The input u32 must be 0-1. | ||
=== SetRecordingLayerCompositionEnabled === | |||
Takes an input bool, no output. | |||
=== SetHandlesRequestToDisplay === | === SetHandlesRequestToDisplay === | ||
Line 2,209: | Line 2,225: | ||
sdknso exposes this under "nn::album::". | sdknso exposes this under "nn::album::". | ||
=== SetRecordVolumeMuted === | |||
Takes an input bool, no output. | |||
=== GetDebugStorageChannel === | === GetDebugStorageChannel === | ||
Line 2,798: | Line 2,817: | ||
== SetHandlingContext == | == SetHandlingContext == | ||
[3.0.0+] Now takes an additional 0x10-bytes of input. | [3.0.0+] Now takes an additional 0x10-bytes of input. | ||
[13.0.0+] Total input size is now 0x30 instead of 0x38. | |||
= omm = | = omm = |