pub unsafe extern "C" fn NIMS_RegisterTask(
    cfg: *const NIM_TitleConfig,
    name: *const c_char,
    maker: *const c_char
) -> Result
Expand description

Registers a background download task with NIM. These are processed in sleep mode only.

§Arguments

  • cfg - Title config to use. See NIMS_MakeTitleConfig.
  • name - Name of the title in UTF-8. Will be displayed on the HOME Menu. Maximum 73 characters.
  • maker - Name of the maker/publisher in UTF-8. Will be displayed on the HOME Menu. Maximum 37 characters.