NSS:LaunchTitle

From 3dbrew
Revision as of 04:10, 20 January 2016 by Steveice10 (talk | contribs)
Jump to navigation Jump to search

Request

Index Word Description
0 Header code [0x000200C0]
1-2 u64, Title ID
3 Launch Flags

Response

Index Word Description
0 Header code
1 Result code
2 Process ID

Description

This is a wrapper for PMApp:LaunchTitle. The MediaType is determined by the input title ID. The Game Card MediaType is used when the input title ID is zero. The NAND MediaType is used when the input title ID has the content category system flag set, otherwise the SD MediaType is used.

The launch flags passed to PMApp:LaunchTitle have bit 0 cleared (normal application) and bit 1 set (load dependencies)

Home Menu only uses this command for launching system modules.