Applet Manager services: Difference between revisions
Document unknown input value for SetScreenShotPermission. Also place values in a table for nicer reading |
|||
Line 579: | Line 579: | ||
| 27 || [5.0.0+] CreateCacheStorage || | | 27 || [5.0.0+] CreateCacheStorage || | ||
|- | |- | ||
| 30 || BeginBlockingHomeButtonShortAndLongPressed || | | 30 || [[#BeginBlockingHomeButtonShortAndLongPressed]] || | ||
|- | |- | ||
| 31 || [[#EndBlockingHomeButtonShortAndLongPressed]] || | | 31 || [[#EndBlockingHomeButtonShortAndLongPressed]] || | ||
Line 688: | Line 688: | ||
The output struct is "nn::oe::DisplayVersion". This the DisplayVersion string copied from the application [[NACP_Format|control.nacp]], this is always NUL-terminated. | The output struct is "nn::oe::DisplayVersion". This the DisplayVersion string copied from the application [[NACP_Format|control.nacp]], this is always NUL-terminated. | ||
==== BeginBlockingHomeButtonShortAndLongPressed ==== | |||
Takes an input u64, no output. | |||
Official user-processes use hard-coded value 0 for the u64. | |||
Starts blocking the Home button. | |||
==== EndBlockingHomeButtonShortAndLongPressed ==== | ==== EndBlockingHomeButtonShortAndLongPressed ==== | ||
No input/output. | No input/output. | ||
Ends the blocking started by [[#BeginBlockingHomeButtonShortAndLongPressed]]. | |||
==== BeginBlockingHomeButton ==== | ==== BeginBlockingHomeButton ==== |