FS:SetOtherSaveDataSecureValue: Difference between revisions

From 3dbrew
Jump to navigation Jump to search
TimmSkiller (talk | contribs)
Created page with "=Request= {{IPC/Request}} {{IPC/RequestHeader|0x086B|3|2}} {{IPC/RequestEntry|u8, Media Type}} {{IPC/RequestEntry|u32, Unique ID}} {{IPC/Requ..."
 
TimmSkiller (talk | contribs)
No edit summary
 
Line 18: Line 18:
=Description=
=Description=
Updates or removes the secure value(s) of another title.
Updates or removes the secure value(s) of another title.
This command will, by default, write to the secure value section of the [[DISA_and_DIFF#DISA_Header|DISA save image's header]].
However, it is possible to force this command to write to the [[Filesystem_services#Anti_Savegame_Restore|Anti Savegame Restore]] save data by specifying media type 100 (the meaning of this media type is unknown and is not used elsewhere in FS).

Latest revision as of 12:59, 1 July 2025

Request

Index Word Description
0
Header 0x086B00C2 Cmd 0x086B Param 3 Xlat 2
1 u8, Media Type
2 u32, Unique ID
3 u32, Entry count
4 Descriptor for mapping a read-only buffer in the target process
5 Input SecureValueEntry buffer pointer

Response

Index Word Description
0
Header 0x086B0042 Cmd 0x086B Param 1 Xlat 2
1 Result code
2 Descriptor for mapping a read-only buffer in the target process
3 Input SecureValueEntry buffer pointer

Description

Updates or removes the secure value(s) of another title.

This command will, by default, write to the secure value section of the DISA save image's header.

However, it is possible to force this command to write to the Anti Savegame Restore save data by specifying media type 100 (the meaning of this media type is unknown and is not used elsewhere in FS).