FS:GetSaveArchiveSecureValue: Difference between revisions

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


=Description=
=Description=
This command is similar to [[FS:GetOtherSaveDataSecureValue]], 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.
This command is identical to [[FS:GetOtherSaveDataSecureValue]], 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.

Latest revision as of 13:28, 1 July 2025

Request

Index Word Description
0
Header 0x87600C0 Cmd 0x876 Param 3 Xlat 0
1-2 u64, Save data Archive handle
3 u32, Secure Value Slot

Response

Index Word Description
0
Header 0x8760140 Cmd 0x876 Param 5 Xlat 0
1 Result code
2 bool, secure value found
3 bool, corresponding save archive is from a gamecart (set regardless of whether or not the secure value was found)
4-5 u64, Secure value

Description

This command is identical to FS:GetOtherSaveDataSecureValue, 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.