FS:Obsoleted 2 0 FormatThisUserSaveData: Difference between revisions

Steveice10 (talk | contribs)
Wwylele (talk | contribs)
No edit summary
 
(3 intermediate revisions by one other user not shown)
Line 9: Line 9:
|-
|-
| 1
| 1
| u32 "sizeBlock" (size of savedata in blocks?)
| Size of a block. Only 0x200 and 0x1000 are accepted it seems.
|-
|-
| 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
|}
 
=Response=
{| class="wikitable" border="1"
|-
!  Index Word
!  Description
|-
| 0
| Header code
|-
| 1
| Result code
|}
|}


=Description=
=Description=
This clears the SaveData archive for the current game, it probably calls [[FS:FormatSaveData]] with an empty path.
This has been obsoleted. Prefer [[FS:FormatSaveData]].