Difference between revisions of "AM:BeginImportProgram"
Jump to navigation
Jump to search
(moved AM:StartInstallCIA to AM:StartInstallCIADB1) |
Steveice10 (talk | contribs) |
||
Line 1: | Line 1: | ||
− | + | =Request= | |
+ | {| class="wikitable" border="1" | ||
+ | |- | ||
+ | ! Index Word | ||
+ | ! Description | ||
+ | |- | ||
+ | | 0 | ||
+ | | Header code [0x04020040] | ||
+ | |- | ||
+ | | 1 | ||
+ | | u8 [[Mediatypes|Mediatype]] | ||
+ | |} | ||
+ | |||
+ | =Response= | ||
+ | {| class="wikitable" border="1" | ||
+ | |- | ||
+ | ! Index Word | ||
+ | ! Description | ||
+ | |- | ||
+ | | 0 | ||
+ | | Header code | ||
+ | |- | ||
+ | | 1 | ||
+ | | Result code | ||
+ | |- | ||
+ | | 2 | ||
+ | | Value 0x10 | ||
+ | |- | ||
+ | | 3 | ||
+ | | CIA filehandle | ||
+ | |} | ||
+ | |||
+ | =Description= | ||
+ | This is exactly the same as [[AM:StartInstallDlpChildCIA]], except the u8 [[Title_Database|database]] type is set to value 0 for title.db, and the mediatype is set to the input mediatype. |
Revision as of 08:22, 16 April 2016
Request
Index Word | Description |
---|---|
0 | Header code [0x04020040] |
1 | u8 Mediatype |
Response
Index Word | Description |
---|---|
0 | Header code |
1 | Result code |
2 | Value 0x10 |
3 | CIA filehandle |
Description
This is exactly the same as AM:StartInstallDlpChildCIA, except the u8 database type is set to value 0 for title.db, and the mediatype is set to the input mediatype.