PMApp:GetTitleExheaderFlags: Difference between revisions

No edit summary
Steveice10 (talk | contribs)
 
(6 intermediate revisions by 2 users not shown)
Line 9: Line 9:
|-
|-
| 1-4
| 1-4
| 0x10-byte [[PMApp:LaunchTitle|struct]]
| [[Filesystem_services#ProgramInfo|Program Info]]
|}
|}


Line 24: Line 24:
| Result code
| Result code
|-
|-
| 2
| 2-3
| ProgramID lower word
| [[NCCH/Extended_Header#ARM11_Local_System_Capabilities|ARM11 Local System Capabilities]] bytes 0x8-0xF
|-
|-
| 2
| 4-5
| ProgramID upper word
| [[NCCH/Extended_Header#System_Control_Info|System Control Info]] bytes 0x8-0xF
|}
|}


=Description=
=Description=
This loads the programID for the specified title from the [[NCCH#CXI|CXI]] exheader.
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.