FS:EnumerateSystemSaveData: Difference between revisions
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]]. |