FSFile:Write: Difference between revisions

From 3dbrew
Jump to navigation Jump to search
Steveice10 (talk | contribs)
m Type nit.
Steveice10 (talk | contribs)
m WriteOption
 
Line 15: Line 15:
|-
|-
| 4
| 4
| Flush flags: 0 = don't flush, 0x10001 = enable flush. Note that using invalid flush flags may corrupt the filesystem for this archive.
| [[Filesystem_services#WriteOption|WriteOption]]
|-
|-
| 5
| 5

Latest revision as of 03:02, 14 November 2015

Request

Index Word Description
0 Header code [0x08030102]
1-2 u64, File Offset
3 Size
4 WriteOption
5 (Size << 4) | 0xA
6 Data Pointer

Response

Index Word Description
0 Header code
1 Result code
2 Total written data