Difference between revisions of "AM:BeginImportProgram"

From 3dbrew
Jump to navigation Jump to search
 
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.