Difference between revisions of "AMPXI:MigrateAGBtoSAV"

From 3dbrew
Jump to navigation Jump to search
(Created page with "=Request= {| class="wikitable" border="1" |- ! Index Word ! Description |- | 0 | Header code [0x006500C0] |- | 1 | u8 |- | 2-3 | u64, unused? |} =Response= {| class="wikitable...")
 
Line 30: Line 30:
 
=Description=
 
=Description=
 
This reads the raw AGB partition and exports [[SD Savedata Backups|.SAV files]] to SD card. See [[3DS Virtual Console#NAND Savegame|3DS Virtual Console]] for more info.
 
This reads the raw AGB partition and exports [[SD Savedata Backups|.SAV files]] to SD card. See [[3DS Virtual Console#NAND Savegame|3DS Virtual Console]] for more info.
 +
 +
Process9 immediately returns 0 (and skips the rest of the function) if [[CONFIG Registers#CFG_BOOTENV|CFG_BOOTENV]] is not AGB.

Revision as of 08:14, 16 December 2015

Request

Index Word Description
0 Header code [0x006500C0]
1 u8
2-3 u64, unused?

Response

Index Word Description
0 Header code
1 Result code

Description

This reads the raw AGB partition and exports .SAV files to SD card. See 3DS Virtual Console for more info.

Process9 immediately returns 0 (and skips the rest of the function) if CFG_BOOTENV is not AGB.