Difference between revisions of "FS:Obsoleted 2 0 FormatThisUserSaveData"

From 3dbrew
Jump to navigation Jump to search
m (Add obsoletion note.)
m (Clarity.)
Line 9: Line 9:
 
|-
 
|-
 
| 1
 
| 1
| u32 "sizeBlock" (size of savedata in blocks?)
+
| Size in Blocks (1 block = 512 bytes)
 
|-
 
|-
 
| 2
 
| 2
| u32 "countDirectoryEntry"
+
| Number of Directories
 
|-
 
|-
 
| 3
 
| 3
| u32 "countFileEntry"
+
| Number of Files
 
|-
 
|-
 
| 4
 
| 4
| u32 "countDirectoryEntryBucket"
+
| Directory Bucket Count
 
|-
 
|-
 
| 5
 
| 5
| u32 "countFileEntryBucket"
+
| File Bucket Count
 
|-
 
|-
 
| 6
 
| 6
| bool "isDuplicateAll"
+
| u8, 0 = don't duplicate data, 1 = duplicate data
 
|}
 
|}
  

Revision as of 21:32, 18 October 2015

Request

Index Word Description
0 Header code [0x080F0180]
1 Size in Blocks (1 block = 512 bytes)
2 Number of Directories
3 Number of Files
4 Directory Bucket Count
5 File Bucket Count
6 u8, 0 = don't duplicate data, 1 = duplicate data

Response

Index Word Description
0 Header code
1 Result code

Description

This has been obsoleted. Prefer FS:FormatSaveData.