Function ctru_sys::NIMS_StartDownloadSimple
source · pub unsafe extern "C" fn NIMS_StartDownloadSimple(
cfg: *const NIM_TitleConfig
) -> Result
Expand description
Starts an active download with NIM with default installation mode; cannot reinstall titles. Progress can be checked with NIMS_GetProcess. Do not exit the process while a download is in progress without calling NIMS_CancelDownload.
§Arguments
cfg
- Title config to use. See NIMS_MakeTitleConfig.