FS:SetSaveArchiveSecureValue: Difference between revisions

From 3dbrew
Jump to navigation Jump to search
TimmSkiller (talk | contribs)
Created page with "=Request= {{IPC/Request}} {{IPC/RequestHeader|0x875|5|0}} {{IPC/RequestEntryRange|2|u64, Save data Archive handle}} {{IPC/RequestEntry|u32, ..."
 
TimmSkiller (talk | contribs)
No edit summary
Line 15: Line 15:


=Description=
=Description=
This command is similar to [[FS:SetOtherSaveDataSecureValue]], but instead of specifying the title ID and mediatype manually, these parameters are retrieved through the given save data archive using internal state data.
This command is similar to [[FS:SetOtherSaveDataSecureValue]], but instead of specifying the title ID and mediatype manually, these parameters are retrieved through the given save data archive handle using internal state data.

Revision as of 19:54, 2 May 2025

Request

Index Word Description
0
Header 0x8750140 Cmd 0x875 Param 5 Xlat 0
1-2 u64, Save data Archive handle
3 u32, Secure Value Slot
4-5 u64, Secure value

Response

Index Word Description
0
Header 0x8750040 Cmd 0x875 Param 1 Xlat 0
1 Result code

Description

This command is similar to FS:SetOtherSaveDataSecureValue, but instead of specifying the title ID and mediatype manually, these parameters are retrieved through the given save data archive handle using internal state data.