Function ctru_sys::FSPXI_GetLegacySubBannerData
source · pub unsafe extern "C" fn FSPXI_GetLegacySubBannerData(
serviceHandle: Handle,
bannerSize: u32_,
mediaType: FS_MediaType,
programId: u64_,
banner: *mut c_void
) -> Result
Expand description
Gets the legacy sub banner data of a program.
§Arguments
bannerSize
- Size of the banner.mediaType
- Media type of the program.programId
- ID of the program.header
- Pointer to output the legacy sub banner data to.