FS:GetSaveDataSecureValue: Difference between revisions
Jump to navigation
Jump to search
Steveice10 (talk | contribs) GetSaveDataSecureValue |
TimmSkiller (talk | contribs) No edit summary |
||
Line 36: | Line 36: | ||
| u64, Value | | u64, Value | ||
|} | |} | ||
=Description= | |||
Gets the secure value for a specific title (or current title) in the specified slot. This command will read from the [[Filesystem_services#Anti_Savegame_Restore|Anti Savegame Restore]] save data. |
Revision as of 12:55, 1 July 2025
Request
Index Word | Description |
---|---|
0 | Header code [0x086600C0] |
1 | Secure Value Slot |
2 | Title Unique ID (0 = current) |
3 | u8, Title Variation (0 = current) |
Response
Index Word | Description |
---|---|
0 | Header code |
1 | Result code |
2 | u8, 0 = doesn't exist, 1 = exists |
3-4 | u64, Value |
Description
Gets the secure value for a specific title (or current title) in the specified slot. This command will read from the Anti Savegame Restore save data.