Applet Manager services: Difference between revisions
No edit summary |
|||
Line 474: | Line 474: | ||
| 11 || [[#WriteThemeStorage]] || | | 11 || [[#WriteThemeStorage]] || | ||
|- | |- | ||
| 20 || [9.0.0+] | | 20 || [9.0.0+] [[#PushToAppletBoundChannel]] || | ||
|- | |- | ||
| 21 || [9.0.0+] | | 21 || [9.0.0+] [[#TryPopFromAppletBoundChannel]] || | ||
|- | |- | ||
| 40 || [8.0.0+] [[#GetDisplayLogicalResolution]] || | | 40 || [8.0.0+] [[#GetDisplayLogicalResolution]] || | ||
Line 494: | Line 494: | ||
=== WriteThemeStorage === | === WriteThemeStorage === | ||
Takes an input u64 '''offset''' and a type-0x21 input buffer, no output. | Takes an input u64 '''offset''' and a type-0x21 input buffer, no output. | ||
=== PushToAppletBoundChannel === | |||
Takes an input [[#IStorage]], no output. | |||
=== TryPopFromAppletBoundChannel === | |||
No input, returns an output [[#IStorage]]. | |||
=== GetDisplayLogicalResolution === | === GetDisplayLogicalResolution === |