Function ctru_sys::AM_GetCiaFileInfo
source · pub unsafe extern "C" fn AM_GetCiaFileInfo(
mediatype: FS_MediaType,
titleEntry: *mut AM_TitleEntry,
fileHandle: Handle
) -> Result
Expand 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.