Difference between revisions of "FSFile:Read"
Jump to navigation
Jump to search
(Created page with "=Request= {| class="wikitable" border="1" |- ! Index Word ! Description |- | 0 | Header code [0x080200C2] |- | 1 | File offset lower word |- | 2 | File offset upper word |- | 3...") |
Steveice10 (talk | contribs) m (nit) |
||
(One intermediate revision by the same user not shown) | |||
Line 8: | Line 8: | ||
| Header code [0x080200C2] | | Header code [0x080200C2] | ||
|- | |- | ||
− | | 1 | + | | 1-2 |
− | + | | u64, File Offset | |
− | |||
− | |||
− | | File | ||
|- | |- | ||
| 3 | | 3 | ||
Line 18: | Line 15: | ||
|- | |- | ||
| 4 | | 4 | ||
− | | (Size<<4) <nowiki>|</nowiki> | + | | (Size << 4) <nowiki>|</nowiki> 0xC |
|- | |- | ||
| 5 | | 5 | ||
− | | Data | + | | Data Pointer |
|} | |} | ||
Line 34: | Line 31: | ||
|- | |- | ||
| 1 | | 1 | ||
− | | | + | | Result code |
|- | |- | ||
| 2 | | 2 | ||
| Total read data | | Total read data | ||
|} | |} |