pub unsafe extern "C" fn AM_GetCiaFileInfo(
mediatype: FS_MediaType,
titleEntry: *mut AM_TitleEntry,
fileHandle: Handle,
) -> ResultExpand description
Gets an AM_TitleEntry instance for a CIA file.
ยงArguments
mediatype- Media type that this CIA would be installed to.titleEntry(direction out) - Pointer to write the AM_TitleEntry instance to.fileHandle- Handle of the CIA file.