pub unsafe extern "C" fn FSUSER_SetSaveDataSecureValue(
value: u64_,
slot: FS_SecureValueSlot,
titleUniqueId: u32_,
titleVariation: u8_,
) -> ResultExpand description
Sets the save data secure value.
ยงArguments
value- Secure value to set.slot- Slot of the secure value.titleUniqueId- Unique ID of the title. (default = 0)titleVariation- Variation of the title. (default = 0)