Applet Manager services: Difference between revisions

Line 22: Line 22:
| 400 || CreateSelfLibraryAppletCreatorForDevelop || Takes a PID and an input u64 pid_placeholder, returns an [[#ILibraryAppletCreator]].
| 400 || CreateSelfLibraryAppletCreatorForDevelop || Takes a PID and an input u64 pid_placeholder, returns an [[#ILibraryAppletCreator]].
|-
|-
| 410 || [6.0.0+] GetSystemAppletControllerForDebug || No input, returns an [[#ISystemAppletControllerForDebug]].
| 410 || [6.0.0+] [[#GetSystemAppletControllerForDebug]] ||
|-
|-
| 1000 || [6.0.0+] GetDebugFunctions || No input, returns an [[#IDebugFunctions]].
| 1000 || [6.0.0+] [[#GetDebugFunctions]] ||
|}
|}


Line 44: Line 44:


Official user-processes use the same retry loop with this as the other Open*Proxy commands.
Official user-processes use the same retry loop with this as the other Open*Proxy commands.
== GetSystemAppletControllerForDebug ==
No input, returns an [[#ISystemAppletControllerForDebug]].
The cached value loaded from [[Settings_services#GetDebugModeFlag]] must be 1, 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.
== GetDebugFunctions ==
No input, returns an [[#IDebugFunctions]].
The cached value loaded from [[System_Settings|system-setting]] <code>am.debug!dev_function</code> must be set to 0x1 with size 0x1, otherwise 0 is returned with no output interface.


== ISystemAppletProxy ==
== ISystemAppletProxy ==