Applet Manager services: Difference between revisions
No edit summary |
|||
| Line 526: | Line 526: | ||
| 50 || [2.0.0+] GetPseudoDeviceId || | | 50 || [2.0.0+] GetPseudoDeviceId || | ||
|- | |- | ||
| 60 || [2.0.0+] SetMediaPlaybackStateForApplication || | | 60 || [2.0.0+] [[#SetMediaPlaybackStateForApplication]] || | ||
|- | |- | ||
| 65 || [3.0.0+] [[#IsGamePlayRecordingSupported]] || | | 65 || [3.0.0+] [[#IsGamePlayRecordingSupported]] || | ||
| Line 602: | Line 602: | ||
==== NotifyRunning ==== | ==== NotifyRunning ==== | ||
Takes no input. Returns an output u8 bool, which is ignored by official user-processes. | Takes no input. Returns an output u8 bool, which is ignored by official user-processes. | ||
==== SetMediaPlaybackStateForApplication ==== | |||
Takes an input u8 bool, no output. | |||
==== IsGamePlayRecordingSupported ==== | ==== IsGamePlayRecordingSupported ==== | ||
| Line 939: | Line 942: | ||
| 60 || OverrideAutoSleepTimeAndDimmingTime | | 60 || OverrideAutoSleepTimeAndDimmingTime | ||
|- | |- | ||
| 61 || SetMediaPlaybackState | | 61 || [[#SetMediaPlaybackState]] | ||
|- | |- | ||
| 62 || SetIdleTimeDetectionExtension | | 62 || SetIdleTimeDetectionExtension | ||
| Line 1,015: | Line 1,018: | ||
=== CreateManagedDisplayLayer === | === CreateManagedDisplayLayer === | ||
Returns an output u64 LayerId which is then used by the user-process with [[Display_services#OpenLayer]]. | Returns an output u64 LayerId which is then used by the user-process with [[Display_services#OpenLayer]]. | ||
=== SetMediaPlaybackState === | |||
Takes an input u8 bool, no output. | |||
=== IsIlluminanceAvailable === | === IsIlluminanceAvailable === | ||