Applet Manager services: Difference between revisions
Line 1,213: | Line 1,213: | ||
| 67 || [3.0.0+] [[#IsIlluminanceAvailable]] | | 67 || [3.0.0+] [[#IsIlluminanceAvailable]] | ||
|- | |- | ||
| 68 || [5.0.0+] SetAutoSleepDisabled | | 68 || [5.0.0+] [[#SetAutoSleepDisabled]] | ||
|- | |- | ||
| 69 || [5.0.0+] IsAutoSleepDisabled | | 69 || [5.0.0+] [[#IsAutoSleepDisabled]] | ||
|- | |- | ||
| 70 || [4.0.0+] ReportMultimediaError | | 70 || [4.0.0+] [[#ReportMultimediaError]] | ||
|- | |- | ||
| 71 || [5.0.0+] [[#GetCurrentIlluminanceEx]] | | 71 || [5.0.0+] [[#GetCurrentIlluminanceEx]] | ||
Line 1,338: | Line 1,338: | ||
User-processes can use this to determine whether to continue with using GetCurrentIlluminance(Ex). | User-processes can use this to determine whether to continue with using GetCurrentIlluminance(Ex). | ||
=== SetAutoSleepDisabled === | |||
Takes an input u8 bool, no output. | |||
=== IsAutoSleepDisabled === | |||
No input, returns an output u8 bool. | |||
=== ReportMultimediaError === | |||
Takes an input Result and a type-0x5 input buffer, no output. | |||
The buffer contains a 0x138-byte "movie::MultimediaTelemetryReport" struct. | |||
=== GetCurrentIlluminanceEx === | === GetCurrentIlluminanceEx === |