Line 1: |
Line 1: |
− | #REDIRECT [[AMNet:InstallTitlesFinishFIRM]] | + | =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. |