Difference between revisions of "FS:EnumerateSystemSaveData"
Jump to navigation
Jump to search
(Created page with "=Request= {| class="wikitable" border="1" |- ! Index Word ! Description |- | 0 | Header code [0x08600042] |- | 1 | Max buffer size |- | 2 | (Size<<4) <nowiki>|</nowiki> 12 |- ...") |
Steveice10 (talk | contribs) m (Nit) |
||
Line 9: | Line 9: | ||
|- | |- | ||
| 1 | | 1 | ||
− | | | + | | Output Buffer Size |
|- | |- | ||
| 2 | | 2 | ||
− | | (Size<<4) <nowiki>|</nowiki> | + | | (Size << 4) <nowiki>|</nowiki> 0xC |
|- | |- | ||
| 3 | | 3 | ||
− | | Output | + | | Output Buffer |
|} | |} | ||
Line 31: | Line 31: | ||
|- | |- | ||
| 2 | | 2 | ||
− | | Total | + | | Total Save IDs written to the output buffer. |
− | |||
− | |||
− | |||
|} | |} | ||
=Description= | =Description= | ||
This is a wrapper for [[FSPXI:EnumerateSystemSaveData]]. | This is a wrapper for [[FSPXI:EnumerateSystemSaveData]]. |
Latest revision as of 22:38, 17 October 2015
Request[edit]
Index Word | Description |
---|---|
0 | Header code [0x08600042] |
1 | Output Buffer Size |
2 | (Size << 4) | 0xC |
3 | Output Buffer |
Response[edit]
Index Word | Description |
---|---|
0 | Header code |
1 | Result code |
2 | Total Save IDs written to the output buffer. |
Description[edit]
This is a wrapper for FSPXI:EnumerateSystemSaveData.