AM:BeginImportProgram: Difference between revisions

From 3dbrew
Jump to navigation Jump to search
 
Steveice10 (talk | contribs)
No edit summary
Line 1: Line 1:
#REDIRECT [[AM:StartInstallCIADB1]]
=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 09: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.