pub unsafe extern "C" fn FSPXI_GetLegacyBannerData(
serviceHandle: Handle,
mediaType: FS_MediaType,
programId: u64_,
banner: *mut c_void,
unk: u8_,
) -> ResultExpand 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?