Function AM_CommitImportPrograms

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

Commits installed CIAs.

ยง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.