Applet Manager services: Difference between revisions
Line 346: | Line 346: | ||
| 21 || GetDesiredLanguage || | | 21 || GetDesiredLanguage || | ||
|- | |- | ||
| 22 || SetTerminateResult || | | 22 || [[#SetTerminateResult]] || | ||
|- | |- | ||
| 23 || GetDisplayVersion || | | 23 || GetDisplayVersion || | ||
Line 387: | Line 387: | ||
* Uses [[#SetGamePlayRecordingState]] with value 0x1. | * Uses [[#SetGamePlayRecordingState]] with value 0x1. | ||
This GamePlayRecording functionality presumably enables the video-recording usable starting with [[4.0.0]]. | This GamePlayRecording functionality presumably enables the video-recording usable starting with [[4.0.0]]. | ||
==== SetTerminateResult ==== | |||
Takes an input u32 '''Result''', no output. | |||
For example, in some cases official apps use this with [[Error_codes|error]] 0x2A2 then uses svcBreak. | |||
==== NotifyRunning ==== | ==== NotifyRunning ==== |