FS:SetThisSaveDataSecureValue: Difference between revisions
TimmSkiller (talk | contribs) Created page with "=Request= {{IPC/Request}} {{IPC/RequestHeader|0x86E|3|0}} {{IPC/RequestEntry|u32, Secure Value Slot}} {{IPC/RequestEntryRange|2|u64, Ti..." |
TimmSkiller (talk | contribs) No edit summary |
||
Line 3: | Line 3: | ||
{{IPC/RequestHeader|0x86E|3|0}} | {{IPC/RequestHeader|0x86E|3|0}} | ||
{{IPC/RequestEntry|u32, [[Filesystem_services#SecureValueSlot|Secure Value Slot]]}} | {{IPC/RequestEntry|u32, [[Filesystem_services#SecureValueSlot|Secure Value Slot]]}} | ||
{{IPC/RequestEntryRange|2|u64, | {{IPC/RequestEntryRange|2|u64, value}} | ||
{{IPC/RequestEnd}} | {{IPC/RequestEnd}} | ||
Line 15: | Line 15: | ||
=Description= | =Description= | ||
Sets the secure value of the title corresponding to the current session. | Sets the secure value of the title corresponding to the current session. | ||
If the caller process is on a game card, the secure value is written to the [[DISA_and_DIFF#DISA_header|DISA save image]]'s header. | |||
Otherwise, the secure value is written to the [[Filesystem_services#Anti_Savegame_Restore|Anti Savegame Restore]] save data. |