pub unsafe extern "C" fn AM_GetCiaCoreVersion(
coreVersion: *mut u32_,
fileHandle: Handle,
) -> ResultExpand 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.