Difference between revisions of "AM:CommitImportPrograms"

From 3dbrew
Jump to navigation Jump to search
Line 8: Line 8:
 
| Header code [0x040700C2]
 
| Header code [0x040700C2]
 
|-
 
|-
| 1
+
| 1-5
| u8 [[Mediatypes|Mediatype]]
+
| Same as [[AMNet:InstallTitlesFinish]].
|-
 
| 2
 
| Total titles
 
|-
 
| 3
 
| See [[AMNet:InstallTitlesFinish]].
 
|-
 
| 4
 
| (TitleIDList_Size<<4)  <nowiki>|</nowiki> 10
 
|-
 
| 5
 
| Input [[AMNet:GetTitleIDList|TitleIDList]] pointer
 
 
|}
 
|}
  
Line 38: Line 26:
  
 
=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.

Revision as of 07:05, 28 January 2014

Request

Index Word Description
0 Header code [0x040700C2]
1-5 Same as AMNet:InstallTitlesFinish.

Response

Index Word Description
0 Header code
1 Result code

Description

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