Function ctru_sys::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.