Function NS_LaunchTitle

Source
pub unsafe extern "C" fn NS_LaunchTitle(
    titleid: u64_,
    launch_flags: u32_,
    procid: *mut u32_,
) -> Result
Expand description

Launches a title.

ยงArguments

  • titleid - ID of the title to launch, or 0 for gamecard.
  • launch_flags - Flags used when launching the title.
  • procid - Pointer to write the process ID of the launched title to.