Difference between revisions of "AM:ExportTwlBackup"
Jump to navigation
Jump to search
Steveice10 (talk | contribs) m (Steveice10 moved page AM:ExportDSiWare to AM:ExportTwlBackup) |
Steveice10 (talk | contribs) m |
||
Line 8: | Line 8: | ||
| Header code [0x001B0144] | | Header code [0x001B0144] | ||
|- | |- | ||
− | | 1 | + | | 1-2 |
− | + | | u64, TWL Title ID | |
− | |||
− | |||
− | | TWL | ||
|- | |- | ||
| 3 | | 3 | ||
− | | | + | | Path Size |
|- | |- | ||
| 4 | | 4 | ||
− | | Size | + | | Working Buffer Size (normally 0x20000) |
|- | |- | ||
| 5 | | 5 | ||
− | | u8 | + | | u8, Export Type |
|- | |- | ||
| 6 | | 6 | ||
− | | ( | + | | (Path Size << 4) <nowiki>|</nowiki> 0xA |
|- | |- | ||
| 7 | | 7 | ||
− | | | + | | Path Pointer |
|- | |- | ||
− | | | + | | 8 |
− | | ( | + | | (Working Buffer Size << 4) <nowiki>|</nowiki> 0xC |
|- | |- | ||
− | | | + | | 9 |
− | | | + | | Working Buffer Pointer |
|} | |} | ||
Latest revision as of 09:14, 17 April 2016
Request[edit]
Index Word | Description |
---|---|
0 | Header code [0x001B0144] |
1-2 | u64, TWL Title ID |
3 | Path Size |
4 | Working Buffer Size (normally 0x20000) |
5 | u8, Export Type |
6 | (Path Size << 4) | 0xA |
7 | Path Pointer |
8 | (Working Buffer Size << 4) | 0xC |
9 | Working Buffer Pointer |
Response[edit]
Index Word | Description |
---|---|
0 | Header code |
1 | Result code |
Description[edit]
This is a wrapper for AMPXI:ExportDSiWare.