AMPXI:GetPendingTitleInfo: Difference between revisions

Neimod (talk | contribs)
No edit summary
Steveice10 (talk | contribs)
mNo edit summary
 
(4 intermediate revisions by the same user not shown)
Line 12: Line 12:
|-
|-
| 2
| 2
| ? (always 0?)
| [[Filesystem_services#MediaType|MediaType]]
|-
|-
| 3
| 3
| (titlecount*8)<<8 <nowiki>|</nowiki> 4
| (TitleCount * 8) << 8 <nowiki>|</nowiki> 4
|-
|-
| 4
| 4
| Pointer to buffer that contains title list, for which info needs to be retrieved
| Title IDs input pointer
|-
|-
| 5
| 5
| (titlecount*24)<<8 <nowiki>|</nowiki> 0x14
| (TitleCount * 24) << 8 <nowiki>|</nowiki> 0x14
|-
|-
| 6
| 6
| Pointer to buffer that will receive the title info
| Title Infos output pointer
|}
|}


Line 39: Line 39:
| Result code
| Result code
|}
|}
=Description=
Gets information on titles that are currently pending installation.


= Title info =
= Title info =
Line 81: Line 84:
| 0x0003
| 0x0003
| Title was saved successfully, but not installed yet.
| Title was saved successfully, but not installed yet.
|-
| 0x0802
| Title install in progress.
|-
|-
| 0x0803
| 0x0803
| Title was just added and saved successfully, but not installed yet.
| Title awaiting finalization.
|}
|}