PMApp:LaunchTitle: Difference between revisions
Jump to navigation
Jump to search
Steveice10 (talk | contribs) m Change link. |
Steveice10 (talk | contribs) m Add initial launch table. |
||
Line 26: | Line 26: | ||
| 1 | | 1 | ||
| Result code | | Result code | ||
|} | |||
=Launch Flags= | |||
{| class="wikitable" border="1" | |||
|- | |||
! Bit Mask | |||
! Description | |||
|- | |||
| 0x1 | |||
| ? | |||
|- | |||
| 0x2 | |||
| Load dependencies | |||
|- | |||
| 0x4 | |||
| ? | |||
|- | |||
| 0x8 | |||
| Queue Execution | |||
|- | |||
| 0x10000 | |||
| Use update title | |||
|} | |} |
Revision as of 07:01, 12 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 Mask | Description |
---|---|
0x1 | ? |
0x2 | Load dependencies |
0x4 | ? |
0x8 | Queue Execution |
0x10000 | Use update title |