Difference between revisions of "FSFile:Write"

From 3dbrew
Jump to navigation Jump to search
m (Type nit.)
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[edit]

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

Response[edit]

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