pub unsafe extern "C" fn FSUSER_FormatSaveData(
    archiveId: FS_ArchiveID,
    path: FS_Path,
    blocks: u32_,
    directories: u32_,
    files: u32_,
    directoryBuckets: u32_,
    fileBuckets: u32_,
    duplicateData: bool
) -> Result
Expand description

Formats save data.

§Arguments

  • archiveId - ID of the save data archive.
  • path - Path of the save data.
  • blocks - Size of the save data in blocks. (512 bytes)
  • directories - Number of directories.
  • files - Number of files.
  • directoryBuckets - Directory hash tree bucket count.
  • fileBuckets - File hash tree bucket count.
  • duplicateData - Whether to store an internal duplicate of the data.