pub unsafe extern "C" fn AM_InstallTitleBegin(
    mediaType: FS_MediaType,
    titleId: u64_,
    unk: bool
) -> Result
Expand description

Begins installing a title.

§Arguments

  • mediaType - Destination to install to.
  • titleId - ID of the title to install.
  • unk - Unknown. (usually false)