pub unsafe extern "C" fn AMPXI_InstallTitlesFinish(
    mediaType: FS_MediaType,
    db: u8_,
    titlecount: u32_,
    tidlist: *mut u64_
) -> Result
Expand description

Finalizes title installation. https://3dbrew.org/wiki/AMPXI:InstallTitlesFinish

§Arguments

  • mediaType - Mediatype of the titles to finalize.
  • db - Which title database to use.
  • size - Size of the savedata buffer.
  • titlecount - Total titles.
  • tidlist - List of titleIDs.