Difference between revisions of "FS:Obsoleted 2 0 FormatThisUserSaveData"
Jump to navigation
Jump to search
m |
|||
(7 intermediate revisions by 3 users not shown) | |||
Line 9: | Line 9: | ||
|- | |- | ||
| 1 | | 1 | ||
− | | | + | | Size of a block. Only 0x200 and 0x1000 are accepted it seems. |
|- | |- | ||
| 2 | | 2 | ||
− | | | + | | Number of Directories |
|- | |- | ||
| 3 | | 3 | ||
− | | | + | | Number of Files |
|- | |- | ||
| 4 | | 4 | ||
− | | | + | | Directory Bucket Count |
|- | |- | ||
| 5 | | 5 | ||
− | | | + | | File Bucket Count |
|- | |- | ||
| 6 | | 6 | ||
− | | | + | | 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 | + | This has been obsoleted. Prefer [[FS:FormatSaveData]]. |
Latest revision as of 00:19, 31 May 2019
Request[edit]
Index Word | Description |
---|---|
0 | Header code [0x080F0180] |
1 | Size of a block. Only 0x200 and 0x1000 are accepted it seems. |
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[edit]
Index Word | Description |
---|---|
0 | Header code |
1 | Result code |
Description[edit]
This has been obsoleted. Prefer FS:FormatSaveData.