pub unsafe extern "C" fn AM_GetCiaCoreVersion(
    coreVersion: *mut u32_,
    fileHandle: Handle
) -> Result
Expand description

Gets the core version of a CIA file.

§Arguments

  • coreVersion (direction out) - Pointer to output the core version to.
  • fileHandle - Handle of the CIA file.