AM:CommitImportPrograms: Difference between revisions

Smea (talk | contribs)
PabloMK7 (talk | contribs)
No edit summary
 
(4 intermediate revisions by 2 users not shown)
Line 9: Line 9:
|-
|-
| 1
| 1
| u8 [[Mediatypes|Mediatype]]
| [[Filesystem_services#MediaType|Media Type]]
|-
|-
| 2
| 2
| Total titles
| Title count
|-
|-
| 3
| 3
| Unknown u8
| u8, cleanup (0 = no cleanup, 1 = cleanup)
|-
|-
| 4
| 4
| (TitleIDList_Size<<4)  <nowiki>|</nowiki> 10
| ((Title Count * 8) << 4)  <nowiki>|</nowiki> 0xA
|-
|-
| 5
| 5
| Input [[AMNet:GetTitleIDList|TitleIDList]] pointer
| Title IDs Pointer
|}
|}


Line 38: Line 38:


=Description=
=Description=
The input parameters for this are the same as [[AMNet:InstallTitlesFinish]]. This is an interface for [[Application_Manager_Services_PXI|AMPXI]] command 0x002A00C2.
The input parameters for this are the same as [[AMNet:InstallTitlesFinish]]. This is an interface for [[Application_Manager_Services_PXI|AMPXI]] command 0x002A00C2. The AMPXI command used here only finalizes the install in the [[Title_Database|database]], the now-unused files under /title for the title(s) are not deleted by this. These files are deleted later.