wut  1.0.0-beta8
Wii U Toolchain
Functions
SYSAPP Launch

Functions to launch and restart titles or system applications. More...

Functions

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). More...
 
void SYSLaunchMenu ()
 Launches the HOME menu when the current application exits, and requests the application exit immediately (through ProcUI). More...
 
void SYSLaunchTitle (uint64_t TitleId)
 Launch the given title ID once the current application exits, and requests the application exit immediately (through ProcUI). More...
 
void _SYSLaunchMiiStudio ()
 Launch Mii Maker once the current application exits. More...
 
void _SYSLaunchSettings ()
 Launch System Settings once the current application exits. More...
 
void _SYSLaunchParental ()
 Launch Parental Controls once the current application exits. More...
 
void _SYSLaunchNotifications ()
 Launch Notifications once the current application exits. More...
 

Detailed Description

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.

Function Documentation

◆ 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
argcThe number of strings in the pa_Argv array. Passed in to the title's main function as argc.
pa_ArgvAn array of strings to use as arguments. Passed into the title's main function as argv.

◆ SYSLaunchMenu()

void 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.

◆ _SYSLaunchMiiStudio()

void _SYSLaunchMiiStudio ( )

Launch Mii Maker once the current application exits.

◆ _SYSLaunchSettings()

void _SYSLaunchSettings ( )

Launch System Settings once the current application exits.

◆ _SYSLaunchParental()

void _SYSLaunchParental ( )

Launch Parental Controls once the current application exits.

◆ _SYSLaunchNotifications()

void _SYSLaunchNotifications ( )

Launch Notifications once the current application exits.