pub unsafe extern "C" fn AM_CommitImportTitles(
mediaType: FS_MediaType,
titleCount: u32_,
temp: bool,
titleIds: *const u64_,
) -> ResultExpand description
Commits installed titles.
ยง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.