Function ctru_sys::FSPXI_CommitSaveData
source · pub unsafe extern "C" fn FSPXI_CommitSaveData(
serviceHandle: Handle,
archive: FSPXI_Archive,
id: u32_
) -> Result
Expand description
Commits an archive’s save data.
§Arguments
archive
- Archive to commit.id
- Archive action sent by FSUSER_ControlArchive. Must not be 0 or 0x789D
Unsure why id is sent. This appears to be the default action for FSUSER_ControlArchive, with every action other than 0 and 0x789D being sent to this command.