FS:GetSaveArchiveSecureValue

From 3dbrew
Revision as of 19:54, 2 May 2025 by 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, ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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 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.