Difference between revisions of "FS:EnumerateSystemSaveData"

From 3dbrew
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 |- ...")
 
m (Nit)
 
Line 9: Line 9:
 
|-
 
|-
 
| 1
 
| 1
| Max buffer size
+
| Output Buffer Size
 
|-
 
|-
 
| 2
 
| 2
| (Size<<4)  <nowiki>|</nowiki> 12
+
| (Size << 4)  <nowiki>|</nowiki> 0xC
 
|-
 
|-
 
| 3
 
| 3
| Output buffer
+
| Output Buffer
 
|}
 
|}
  
Line 31: Line 31:
 
|-
 
|-
 
| 2
 
| 2
| Total savedata IDs written to the output buffer.
+
| Total Save IDs written to the output buffer.
|-
 
| 3
 
| Value 0x4
 
 
|}
 
|}
  
 
=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[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.