Applet Manager services: Difference between revisions
| Line 510: | Line 510: | ||
| 60 || [4.0.0+] [[#GetMainAppletApplicationDesiredLanguage]] || | | 60 || [4.0.0+] [[#GetMainAppletApplicationDesiredLanguage]] || | ||
|- | |- | ||
| 70 || [8.0.0+] GetCurrentApplicationId || | | 70 || [8.0.0+] [[#GetCurrentApplicationId]] || | ||
|- | |- | ||
| 80 || [6.0.0+] [[#RequestExitToSelf]] || | | 80 || [6.0.0+] [[#RequestExitToSelf]] || | ||
| Line 600: | Line 600: | ||
==== GetMainAppletApplicationDesiredLanguage ==== | ==== GetMainAppletApplicationDesiredLanguage ==== | ||
No input, returns an output [[Settings_services#LanguageCode|LanguageCode]]. | No input, returns an output [[Settings_services#LanguageCode|LanguageCode]]. | ||
==== GetCurrentApplicationId ==== | |||
No input, returns an output u64. | |||
Gets the titleID for the currently running Application. titleID=0 when no Application is running. | |||
==== RequestExitToSelf ==== | ==== RequestExitToSelf ==== | ||