AM:CommitImportProgramsAndUpdateFirmwareAuto: 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 8: Line 8:
| Header code [0x040E00C2]
| Header code [0x040E00C2]
|-
|-
| 1-5
| 1
| Same as [[AMNet:InstallTitlesFinish]].
| [[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
|}
|}


Line 26: Line 38:


=Description=
=Description=
This is the same as [[AMNet:InstallTitlesFinish]].
This is the same as [[AMNet:CommitImportTitlesAndUpdateFirmwareAuto]].

Latest revision as of 14:30, 17 April 2025

Request

Index Word Description
0 Header code [0x040E00C2]
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

This is the same as AMNet:CommitImportTitlesAndUpdateFirmwareAuto.