Difference between revisions of "AM:DoCleanup"

From 3dbrew
Jump to navigation Jump to search
(Created page with "=Request= {| class="wikitable" border="1" |- ! Index Word ! Description |- | 0 | Header code [0x00140040] |- | 1 | u8 Mediatype |} =Response= {| ...")
 
m
 
(10 intermediate revisions by 2 users not shown)
Line 9: Line 9:
 
|-
 
|-
 
| 1
 
| 1
| u8 [[FS:OpenArchive#Mediatypes|Mediatype]]
+
| [[Filesystem_services#MediaType|Media Type]]
 
|}
 
|}
  
Line 26: Line 26:
  
 
=Description=
 
=Description=
This finishes installing to the specified media.
+
This is about the same as [[AMNet:InstallTitlesFinish]], except the title ID list used here is every title which needs to have installation finalized.
 +
 
 +
This is a wrapper for [[AMPXI:FinalizePendingTitles]].

Latest revision as of 10:13, 17 April 2016

Request[edit]

Index Word Description
0 Header code [0x00140040]
1 Media Type

Response[edit]

Index Word Description
0 Header code
1 Result code

Description[edit]

This is about the same as AMNet:InstallTitlesFinish, except the title ID list used here is every title which needs to have installation finalized.

This is a wrapper for AMPXI:FinalizePendingTitles.