Difference between revisions of "NSS:LaunchTitle"
Jump to navigation
Jump to search
Line 36: | Line 36: | ||
=Description= | =Description= | ||
This is a wrapper for [[PMApp:LaunchTitle]]. The [[Mediatypes|mediatype]] is determined by the input titleID. The gamecard mediatype is used when the input titleID is all-zero. The NAND mediatype is used when the input titleID-high is for a CTR system title, otherwise the SD mediatype is used. | This is a wrapper for [[PMApp:LaunchTitle]]. The [[Mediatypes|mediatype]] is determined by the input titleID. The gamecard mediatype is used when the input titleID is all-zero. The NAND mediatype is used when the input titleID-high is for a CTR system title, otherwise the SD mediatype is used. | ||
+ | |||
+ | Home Menu only uses this command for launching system modules. |
Revision as of 19:47, 29 April 2013
Request
Index Word | Description |
---|---|
0 | Header code [0x000200C0] |
1 | TitleID lower word |
2 | TitleID upper word |
3 | Process launch flags |
Response
Index Word | Description |
---|---|
0 | Header code |
1 | Result code |
2 | Launched process' ProcessId |
Description
This is a wrapper for PMApp:LaunchTitle. The mediatype is determined by the input titleID. The gamecard mediatype is used when the input titleID is all-zero. The NAND mediatype is used when the input titleID-high is for a CTR system title, otherwise the SD mediatype is used.
Home Menu only uses this command for launching system modules.