AM:ExportTwlBackup: Difference between revisions
Jump to navigation
Jump to search
Created page with "=Request= {| class="wikitable" border="1" |- ! Index Word ! Description |- | 0 | Header code [0x001B0144] |- | 1 | TWL TitleID lower word |- | 2 | TWL TitleID upper word |- | 3..." |
(No difference)
|
Revision as of 18:12, 25 April 2013
Request
| Index Word | Description |
|---|---|
| 0 | Header code [0x001B0144] |
| 1 | TWL TitleID lower word |
| 2 | TWL TitleID upper word |
| 3 | Input path buffer size |
| 4 | Size of working buffer, normally this is 0x20000. |
| 5 | u8 DSiWare export type. |
| 6 | (PathSize<<8) | 10 |
| 7 | Input path buffer ptr |
| 6 | (WorkBufSize<<8) | 12 |
| 7 | Ptr for the working buffer |
Response
| Index Word | Description |
|---|---|
| 0 | Header code |
| 1 | Result code |
Description
This is a wrapper for AMPXI:ExportDSiWare.