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

From 3dbrew
Jump to navigation Jump to search
(Created page with "=Request= {| class="wikitable" border="1" |- ! Index Word ! Description |- | 0 | Header code [0x080F0180] |- | 1 | Unknown |- | 2 | Unknown |- | 3 | Unknown |- | 4 | Unknown |-...")
 
Line 9: Line 9:
 
|-
 
|-
 
| 1
 
| 1
| Unknown
+
| Archive ID (Only 4 (SaveData) has been observed)
 
|-
 
|-
 
| 2
 
| 2
| Unknown
+
| LowPath.Type
 
|-
 
|-
 
| 3
 
| 3
| Unknown
+
| LowPath.Size
 
|-
 
|-
 
| 4
 
| 4
Line 25: Line 25:
 
| 6
 
| 6
 
| Unknown
 
| Unknown
 +
|-
 +
| 7
 +
| Unknown
 +
|-
 +
| 8
 +
| Unknown
 +
|-
 +
| 9
 +
| Unknown
 +
|-
 +
| 10
 +
| (LowPath.Size << 14) | 2
 +
|-
 +
| 11
 +
| LowPath.Data ptr
 
|}
 
|}
  
 
=Description=
 
=Description=
This clears the SaveData archive for the current game, it probably calls FormatSaveData with an empty path.
+
This clears the SaveData archive for the specified game, if the LowPath.Type is Empty then this will clear the SaveData for the current game. The target SaveData to format is determined by a Binary path, a game needs an exheader permission set in order to format the SaveData of another program.

Revision as of 00:10, 19 December 2014

Request

Index Word Description
0 Header code [0x080F0180]
1 Archive ID (Only 4 (SaveData) has been observed)
2 LowPath.Type
3 LowPath.Size
4 Unknown
5 Unknown
6 Unknown
7 Unknown
8 Unknown
9 Unknown
10 2
11 LowPath.Data ptr

Description

This clears the SaveData archive for the specified game, if the LowPath.Type is Empty then this will clear the SaveData for the current game. The target SaveData to format is determined by a Binary path, a game needs an exheader permission set in order to format the SaveData of another program.