Functions to launch and restart titles or system applications.
More...
|
enum | SYSSettingsJumpToTarget {
SYS_SETTINGS_JUMP_TO_NONE = 0
,
SYS_SETTINGS_JUMP_TO_INTERNET = 1
,
SYS_SETTINGS_JUMP_TO_DATA_MANAGEMENT = 2
,
SYS_SETTINGS_JUMP_TO_TV_REMOTE = 3
,
SYS_SETTINGS_JUMP_TO_DATE_TIME = 4
,
SYS_SETTINGS_JUMP_TO_COUNTRY = 5
,
SYS_SETTINGS_JUMP_TO_SYSTEM_UPDATE = 6
,
SYS_SETTINGS_JUMP_TO_INITIAL_SETTINGS = 100
,
SYS_SETTINGS_JUMP_TO_UNKNOWN = 101
,
SYS_SETTINGS_JUMP_TO_WIPE_CONSOLE = 102
,
SYS_SETTINGS_JUMP_TO_QUICK_START_SETTINGS = 103
,
SYS_SETTINGS_JUMP_TO_TV_CONNECTION_TYPE = 104
,
SYS_SETTINGS_JUMP_TO_DATA_MANAGEMENT_2 = 105
,
SYS_SETTINGS_JUMP_TO_SOFTWARE_TRANSFER = 255
} |
|
Functions to launch and restart titles or system applications.
SYSAPP Launch allows applications to launch other titles, restart their own title, and to launch certain system titles.
◆ SysAppMiiMakerArgs
struct SysAppMiiMakerArgs |
◆ _SysAppMiiMakerArgs
struct _SysAppMiiMakerArgs |
◆ SysAppSettingsArgs
struct SysAppSettingsArgs |
◆ SysAppParentalArgs
struct SysAppParentalArgs |
◆ SysAppNotificationArgs
struct SysAppNotificationArgs |
◆ SysAppMiiMakerArgs
◆ _SysAppMiiMakerArgs
◆ SysAppSettingsArgs
◆ SysAppParentalArgs
◆ SysAppNotificationArgs
◆ SYSSettingsJumpToTarget
◆ SYSSettingsJumpToTarget
Enumerator |
---|
SYS_SETTINGS_JUMP_TO_NONE | |
SYS_SETTINGS_JUMP_TO_INTERNET | |
SYS_SETTINGS_JUMP_TO_DATA_MANAGEMENT | |
SYS_SETTINGS_JUMP_TO_TV_REMOTE | |
SYS_SETTINGS_JUMP_TO_DATE_TIME | |
SYS_SETTINGS_JUMP_TO_COUNTRY | |
SYS_SETTINGS_JUMP_TO_SYSTEM_UPDATE | |
SYS_SETTINGS_JUMP_TO_INITIAL_SETTINGS | |
SYS_SETTINGS_JUMP_TO_UNKNOWN | |
SYS_SETTINGS_JUMP_TO_WIPE_CONSOLE | |
SYS_SETTINGS_JUMP_TO_QUICK_START_SETTINGS | |
SYS_SETTINGS_JUMP_TO_TV_CONNECTION_TYPE | |
SYS_SETTINGS_JUMP_TO_DATA_MANAGEMENT_2 | |
SYS_SETTINGS_JUMP_TO_SOFTWARE_TRANSFER | |
Definition at line 50 of file launch.h.
◆ SYSRelaunchTitle()
void SYSRelaunchTitle |
( |
uint32_t |
argc, |
|
|
char * |
pa_Argv[] |
|
) |
| |
Restarts the current title with new arguments once the running application quits, and requests the application exit immediately (through ProcUI).
Instead of returning to the HOME menu upon exit, the system will start the same title again.
- Parameters
-
argc | The number of strings in the pa_Argv array. Passed in to the title's main function as argc. |
pa_Argv | An array of strings to use as arguments. Passed into the title's main function as argv. |
◆ SYSLaunchMenu()
Launches the HOME menu when the current application exits, and requests the application exit immediately (through ProcUI).
- Note
- This is the default behaviour upon application exit.
◆ SYSLaunchTitle()
void SYSLaunchTitle |
( |
uint64_t |
TitleId | ) |
|
Launch the given title ID once the current application exits, and requests the application exit immediately (through ProcUI).
Instead of opening the HOME menu once the current application quits, the system will load the given title with default arguments.
◆ _SYSLaunchTitleWithStdArgsInNoSplash()
void _SYSLaunchTitleWithStdArgsInNoSplash |
( |
uint64_t |
titleId, |
|
|
SYSStandardArgsIn * |
stdArgs |
|
) |
| |
◆ _SYSLaunchMenuWithCheckingAccount()
void _SYSLaunchMenuWithCheckingAccount |
( |
uint8_t |
slot | ) |
|
◆ SYSLaunchMiiStudio()
Launch Mii Maker once the current application exits.
◆ _SYSLaunchMiiStudio()
Launch Mii Maker once the current application exits.
◆ _SYSLaunchSettings()
Launch System Settings once the current application exits.
◆ _SYSLaunchParental()
Launch Parental Controls once the current application exits.
◆ _SYSLaunchNotifications()
Launch Notifications once the current application exits.
◆ _SYSLaunchTitleByPathFromLauncher()
void _SYSLaunchTitleByPathFromLauncher |
( |
const char * |
path, |
|
|
uint32_t |
unused |
|
) |
| |