FS:Obsoleted 2 0 FormatThisUserSaveData: Difference between revisions

From 3dbrew
Jump to navigation Jump to search
Steveice10 (talk | contribs)
Steveice10 (talk | contribs)
m Add missing response.
Line 25: Line 25:
| 6
| 6
| bool "isDuplicateAll"
| bool "isDuplicateAll"
|}
=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 clears the SaveData archive for the current game, it probably calls [[FS:FormatSaveData]] with an empty path.

Revision as of 03:48, 17 October 2015

Request

Index Word Description
0 Header code [0x080F0180]
1 u32 "sizeBlock" (size of savedata in blocks?)
2 u32 "countDirectoryEntry"
3 u32 "countFileEntry"
4 u32 "countDirectoryEntryBucket"
5 u32 "countFileEntryBucket"
6 bool "isDuplicateAll"

Response

Index Word Description
0 Header code
1 Result code

Description

This clears the SaveData archive for the current game, it probably calls FS:FormatSaveData with an empty path.