Difference between revisions of "PMApp:LaunchTitle"
Jump to navigation
Jump to search
Steveice10 (talk | contribs) m (Clarify update title flag.) |
Steveice10 (talk | contribs) m (wrong link >.<) |
||
Line 57: | Line 57: | ||
| 16 | | 16 | ||
| 0x10000 | | 0x10000 | ||
− | | Use update title if through [[PMApp: | + | | Use update title if through [[PMApp:LaunchTitleUpdate|LaunchTitleUpdate]]. Otherwise has no use. |
|} | |} |
Revision as of 04:36, 15 October 2015
Request
Index Word | Description |
---|---|
0 | Header code [0x00010140] |
1-4 | ProgramInfo struct |
5 | Process launch flags |
Response
Index Word | Description |
---|---|
0 | Header code |
1 | Result code |
Launch Flags
Bit | Bit Mask | Description |
---|---|---|
0 | 0x1 | Normal application. Among other things, allows multiple of the same title to run at once. |
1 | 0x2 | Load exheader dependencies. |
2 | 0x4 | On termination, publish SRV notification "0x110 + (value in bits 4-7)". |
3 | 0x8 | Queue execution until RunQueuedProcess call. |
4-7 | 0xF0 | Variation of signal 0x110 to send if bit 2 (0x4) is set. |
16 | 0x10000 | Use update title if through LaunchTitleUpdate. Otherwise has no use. |