Difference between revisions of "FSFile:Dummy1"
Jump to navigation
Jump to search
Steveice10 (talk | contribs) (Dummy1) |
m |
||
Line 23: | Line 23: | ||
| void* Buffer1 | | void* Buffer1 | ||
|- | |- | ||
− | | | + | | 6 |
| (buffer2Size << 14) <nowiki>|</nowiki> 0x402 | | (buffer2Size << 14) <nowiki>|</nowiki> 0x402 | ||
|- | |- | ||
− | | | + | | 7 |
| void* Buffer2 | | void* Buffer2 | ||
|- | |- | ||
− | | | + | | 8 |
| (buffer3Size << 14) <nowiki>|</nowiki> 0x802 | | (buffer3Size << 14) <nowiki>|</nowiki> 0x802 | ||
|- | |- | ||
− | | | + | | 9 |
| void* Buffer3 | | void* Buffer3 | ||
|} | |} |
Latest revision as of 17:28, 18 October 2015
Request[edit]
Index Word | Description |
---|---|
0 | Header code [0x000100C6] |
1 | Buffer1 Size |
2 | Buffer2 Size |
3 | Buffer3 Size |
4 | (buffer1Size << 14) | 0x2 |
5 | void* Buffer1 |
6 | (buffer2Size << 14) | 0x402 |
7 | void* Buffer2 |
8 | (buffer3Size << 14) | 0x802 |
9 | void* Buffer3 |
Response[edit]
Index Word | Description |
---|---|
0 | Header code |
1 | Result code |
Description[edit]
This command does nothing. If all three buffers are of size 0, this will return 0xE0C046F8, otherwise it will return 0xD9001830.