AMNet:CommitImportTitles: Difference between revisions
Jump to navigation
Jump to search
Steveice10 (talk | contribs) Steveice10 moved page AMNet:InstallTitlesFinish to AMNet:InstallTitlesFinishFIRM |
Steveice10 (talk | contribs) mNo edit summary |
||
Line 1: | Line 1: | ||
# | =Request= | ||
{| class="wikitable" border="1" | |||
|- | |||
! Index Word | |||
! Description | |||
|- | |||
| 0 | |||
| Header code [0x080900C2] | |||
|- | |||
| 1 | |||
| [[Filesystem_services#MediaType|Media Type]] | |||
|- | |||
| 2 | |||
| Title count | |||
|- | |||
| 3 | |||
| u8, [[Title_Database|Database]] (0 = title.db, 1 = tmp*.db) | |||
|- | |||
| 4 | |||
| ((Title Count * 8) << 4) <nowiki>|</nowiki> 0xA | |||
|- | |||
| 5 | |||
| Title IDs Pointer | |||
|} | |||
=Response= | |||
{| class="wikitable" border="1" | |||
|- | |||
! Index Word | |||
! Description | |||
|- | |||
| 0 | |||
| Header code | |||
|- | |||
| 1 | |||
| Result code | |||
|} | |||
=Description= | |||
See [[Title_Data_Structure|this]] for how the system finalizes title installation. |
Revision as of 20:21, 16 April 2016
Request
Index Word | Description |
---|---|
0 | Header code [0x080900C2] |
1 | Media Type |
2 | Title count |
3 | u8, Database (0 = title.db, 1 = tmp*.db) |
4 | ((Title Count * 8) << 4) | 0xA |
5 | Title IDs Pointer |
Response
Index Word | Description |
---|---|
0 | Header code |
1 | Result code |
Description
See this for how the system finalizes title installation.