pub unsafe extern "C" fn AM_CommitImportTitlesAndUpdateFirmwareAuto(
    mediaType: FS_MediaType,
    titleCount: u32_,
    temp: bool,
    titleIds: *mut u64_
) -> Result
Expand description

Commits installed titles, and updates FIRM if necessary.

§Arguments

  • mediaType - Location of the titles to finalize.
  • titleCount - Number of titles to finalize.
  • temp - Whether the titles being finalized are in the temporary database.
  • titleIds - Title IDs to finalize.