pub unsafe extern "C" fn AM_GetCiaRequiredSpace(
    requiredSpace: *mut u64_,
    mediaType: FS_MediaType,
    fileHandle: Handle
) -> Result
Expand description

Gets the free space, in bytes, required to install a CIA file.

§Arguments

  • requiredSpace (direction out) - Pointer to output the required free space to.
  • mediaType - Media type to check free space needed to install to.
  • fileHandle - Handle of the CIA file.