Applet Manager services: Difference between revisions
No edit summary |
|||
| Line 2,266: | Line 2,266: | ||
| 1000 || [7.0.0+] [[#GetDebugStorageChannel]] | | 1000 || [7.0.0+] [[#GetDebugStorageChannel]] | ||
|- | |- | ||
| 2000 || [S2] [[# | | 2000 || [S2] [[#GetGraphicsSupervisor]] | ||
|- | |- | ||
| 2100 || [S2] | | 2100 || [S2] SetRecordingLayerEnabled | ||
|- | |||
| 2200 || [S2] SetSharingLayerEnabled | |||
|} | |} | ||
| Line 2,500: | Line 2,502: | ||
The cached value loaded from [[System_Settings|system-setting]] <code>am.debug!dev_function</code> must be set to 0x1 with size 0x1, otherwise an error is returned. | The cached value loaded from [[System_Settings|system-setting]] <code>am.debug!dev_function</code> must be set to 0x1 with size 0x1, otherwise an error is returned. | ||
=== | === GetGraphicsSupervisor === | ||
This is exclusive to S2. | |||
No input. Returns an output TIPC handle to [[#(S2) | No input. Returns an output TIPC handle to [[#(S2) GraphicsSupervisor|GraphicsSupervisor]]. | ||
== IStorageChannel == | == IStorageChannel == | ||
| Line 3,660: | Line 3,662: | ||
! Cmd || Name | ! Cmd || Name | ||
|- | |- | ||
| 2000 || [[# | | 2000 || [[#GetGraphicsSupervisorForNxCompat]] | ||
|- | |- | ||
| 2001 || | | 2001 || | ||
| Line 3,685: | Line 3,687: | ||
|} | |} | ||
=== | === GetGraphicsSupervisorForNxCompat === | ||
Unofficial name. | Unofficial name. | ||
No input. Returns an output TIPC handle to [[#(S2) | No input. Returns an output TIPC handle to [[#(S2) GraphicsSupervisor|GraphicsSupervisor]]. | ||
Same as [[# | Same as [[#GetGraphicsSupervisor]] but for compat mode. | ||
=== SetCopyright === | === SetCopyright === | ||
| Line 3,718: | Line 3,720: | ||
When event from [[#GetVsyncEvent]] triggers, this returns a timestamp. | When event from [[#GetVsyncEvent]] triggers, this returns a timestamp. | ||
= (S2) | = (S2) GraphicsSupervisor = | ||
This is a TIPC interface so the command numbers are subtracted by 16. | |||
{| class="wikitable" border="1" | {| class="wikitable" border="1" | ||