pub unsafe extern "C" fn AM_GetCiaIcon(
icon: *mut c_void,
fileHandle: Handle,
) -> ResultExpand description
Gets the SMDH icon data of a CIA file.
ยงArguments
icon- Buffer to store the icon data in. Must be of size 0x36C0 bytes.fileHandle- Handle of the CIA file.