pub unsafe extern "C" fn FSUSER_SetSaveDataSecureValue(
    value: u64_,
    slot: FS_SecureValueSlot,
    titleUniqueId: u32_,
    titleVariation: u8_
) -> Result
Expand 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)