FS:EnumerateSystemSaveData: Difference between revisions
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 23:38, 17 October 2015
Request
Index Word | Description |
---|---|
0 | Header code [0x08600042] |
1 | Output Buffer Size |
2 | (Size << 4) | 0xC |
3 | Output Buffer |
Response
Index Word | Description |
---|---|
0 | Header code |
1 | Result code |
2 | Total Save IDs written to the output buffer. |
Description
This is a wrapper for FSPXI:EnumerateSystemSaveData.