pub unsafe extern "C" fn FSUSER_GetLegacyBannerData(
mediaType: FS_MediaType,
programId: u64_,
banner: *mut c_void,
) -> 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)