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