AMNet:CommitImportTitles: Difference between revisions

From 3dbrew
Jump to navigation Jump to search
Steveice10 (talk | contribs)
 
PabloMK7 (talk | contribs)
No edit summary
 
(2 intermediate revisions by one other user not shown)
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, cleanup (0 = no cleanup, 1 = cleanup)
|-
| 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.

Latest revision as of 14:27, 17 April 2025

Request

Index Word Description
0 Header code [0x080900C2]
1 Media Type
2 Title count
3 u8, cleanup (0 = no cleanup, 1 = cleanup)
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.