Function ctru_sys::FSPXI_GetLegacyBannerData
source · pub unsafe extern "C" fn FSPXI_GetLegacyBannerData(
serviceHandle: Handle,
mediaType: FS_MediaType,
programId: u64_,
banner: *mut c_void,
unk: u8_
) -> Result
Expand description
Gets the legacy banner data of a program.
§Arguments
mediaType
- Media type of the program.programId
- ID of the program.banner
- Pointer to output the legacy banner data to. (size = 0x23C0)unk
- Unknown. Always 1?