pub unsafe extern "C" fn AM_GetCiaRequiredSpace(
requiredSpace: *mut u64_,
mediaType: FS_MediaType,
fileHandle: Handle,
) -> ResultExpand 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.