FS:EnumerateExtSaveData: Difference between revisions

From 3dbrew
Jump to navigation Jump to search
Profi200 (talk | contribs)
Steveice10 (talk | contribs)
No edit summary
Line 9: Line 9:
|-
|-
| 1
| 1
| List buffer size?
| Output ID Buffer Size
|-
|-
| 2
| 2
| [[Mediatypes|Mediatype]]?
| u8, [[Mediatypes|Media Type]]
|-
|-
| 3
| 3
Line 18: Line 18:
|-
|-
| 4
| 4
| Always 0?
| ?
|-
|-
| 5
| 5
| <nowiki>(listBufSize<<4) | 0xC?</nowiki>
| (outputBufferSize << 4) <nowiki>|</nowiki> 0xC
|-
|-
| 6
| 6
| List buffer pointer?
| Output Pointer
|}
|}


Line 37: Line 37:
|-
|-
| 1
| 1
| Resultcode
| Result code
|-
|-
| 2
| 2
| Written ID count?
| Written ID Count
|-
| 3
| ?
|-
| 4
| Out data pointer
|}
|}

Revision as of 05:05, 17 October 2015

Request

Index Word Description
0 Header code [0x8550102]
1 Output ID Buffer Size
2 u8, Media Type
3 ?
4 ?
5 (outputBufferSize << 4) | 0xC
6 Output Pointer

Response

Index Word Description
0 Header code
1 Result code
2 Written ID Count