Difference between revisions of "AMPXI:GetDSiWareExportSize"

From 3dbrew
Jump to navigation Jump to search
(Created page with "=Request= {| class="wikitable" border="1" |- ! Index Word ! Description |- | 0 | Header code [0x004F00C0] |- | 1 | TWL TitleID lower word |- | 2 | TWL TitleID upper word |- | 3...")
 
Line 35: Line 35:
  
 
=Description=
 
=Description=
This obtains the total size of the DSiWare [[DSiWare_Exports|export]] .bin for the specified title, using data loaded from NAND.
+
This obtains the total size of the DSiWare [[DSiWare_Exports|export]] .bin for the specified title, using data loaded from NAND. When NATIVE_FIRM uses the input export type, the type value must be 0, 7, or 12.

Revision as of 20:34, 24 April 2013

Request

Index Word Description
0 Header code [0x004F00C0]
1 TWL TitleID lower word
2 TWL TitleID upper word
3 u8 DSiWare export type.

Response

Index Word Description
0 Header code
1 Result code
2 Total size for the DSiWare export .bin.

Description

This obtains the total size of the DSiWare export .bin for the specified title, using data loaded from NAND. When NATIVE_FIRM uses the input export type, the type value must be 0, 7, or 12.