pub unsafe extern "C" fn PMAPP_LaunchTitleUpdate(
    programInfo: *const FS_ProgramInfo,
    programInfoUpdate: *const FS_ProgramInfo,
    launchFlags: u32_
) -> Result
Expand description

Launches a title, applying patches.

§Arguments

  • programInfo - Program information of the title.
  • programInfoUpdate - Program information of the update title.
  • launchFlags - Flags to launch the title with.