Applet Manager services: Difference between revisions
No edit summary |
|||
Line 3,087: | Line 3,087: | ||
This is used by all regular-applications, including [[flog]] and "Retail Interactive Display Menu". Only one session can be open for this service at a time. | This is used by all regular-applications, including [[flog]] and "Retail Interactive Display Menu". Only one session can be open for this service at a time. | ||
= (Switch 2) appletOE = | |||
[S2] This is "nn::am::service::IApplicationProxyServiceForNxCompat". | |||
This is "nn::am::service::IApplicationProxyService". | |||
{| class="wikitable" border="1" | |||
|- | |||
! Cmd || Name || Notes | |||
|- | |||
| 0 || [[#OpenApplicationProxy]] || | |||
|- | |||
| 2000 || [[#OpenCompatApplicationFunctions]] || Returns an [[#(Switch 2) INxCompatApplicationFunctions]] | |||
|} | |||
== OpenApplicationProxy == | == OpenApplicationProxy == | ||
Line 3,094: | Line 3,108: | ||
On failure, official user-processes will retry using this command in a loop while the retval is 0x19280, with svcSleepThread(10000000) being called first. | On failure, official user-processes will retry using this command in a loop while the retval is 0x19280, with svcSleepThread(10000000) being called first. | ||
= (Switch 2) INxCompatApplicationFunctions = | |||
{| class="wikitable" border="1" | |||
|- | |||
! Cmd || Name || Notes | |||
|- | |||
| 2000 || || | |||
|- | |||
| 2001 || || | |||
|- | |||
| 2002 || || | |||
|- | |||
| 2003 || || | |||
|- | |||
| 2004 || || | |||
|- | |||
| 2010 || || | |||
|- | |||
| 2020 || || | |||
|- | |||
| 2030 || || | |||
|- | |||
| 2040 || || | |||
|- | |||
| 2050 || || | |||
|- | |||
| 2060 || || | |||
|} | |||
= idle:sys = | = idle:sys = |