Difference between revisions of "PMApp:GetTitleExheaderFlags"
Jump to navigation
Jump to search
(Created page with "=Request= {| class="wikitable" border="1" |- ! Index Word ! Description |- | 0 | Header code [0x0008....] |- | 1 | TitleID lower word |- | 2 | TitleID upper word |- | 3 | Unkno...") |
Steveice10 (talk | contribs) m (→Description) |
||
(8 intermediate revisions by 2 users not shown) | |||
Line 6: | Line 6: | ||
|- | |- | ||
| 0 | | 0 | ||
− | | Header code [ | + | | Header code [0x00080100] |
|- | |- | ||
− | | 1 | + | | 1-4 |
− | + | | [[Filesystem_services#ProgramInfo|Program Info]] | |
− | |||
− | | | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | | | ||
|} | |} | ||
Line 33: | Line 24: | ||
| Result code | | Result code | ||
|- | |- | ||
− | | 2 | + | | 2-3 |
− | | | + | | [[NCCH/Extended_Header#ARM11_Local_System_Capabilities|ARM11 Local System Capabilities]] bytes 0x8-0xF |
|- | |- | ||
− | | | + | | 4-5 |
− | | | + | | [[NCCH/Extended_Header#System_Control_Info|System Control Info]] bytes 0x8-0xF |
|} | |} | ||
=Description= | =Description= | ||
− | This | + | This outputs the [[NCCH/Extended_Header#ARM11_Local_System_Capabilities|ARM11 Local System Capabilities]] "Core Version", "Flag1 and Flag2", "Flag0", and "Priority" fields. In newer PM-module versions, this also outputs the [[NCCH/Extended_Header#System_Control_Info|System Control Info]] "Reserved", "Flag", and "Remaster Version" fields. |
+ | |||
+ | This returns result code 0xC8A05801 if [[PMApp:PrepareForReboot]] has been called. |
Latest revision as of 01:45, 20 January 2016
Request[edit]
Index Word | Description |
---|---|
0 | Header code [0x00080100] |
1-4 | Program Info |
Response[edit]
Index Word | Description |
---|---|
0 | Header code |
1 | Result code |
2-3 | ARM11 Local System Capabilities bytes 0x8-0xF |
4-5 | System Control Info bytes 0x8-0xF |
Description[edit]
This outputs the ARM11 Local System Capabilities "Core Version", "Flag1 and Flag2", "Flag0", and "Priority" fields. In newer PM-module versions, this also outputs the System Control Info "Reserved", "Flag", and "Remaster Version" fields.
This returns result code 0xC8A05801 if PMApp:PrepareForReboot has been called.