wut  v1.5.0
Wii U Toolchain
Data Structures | Typedefs | Functions
SYSAPP Launch

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

Collaboration diagram for SYSAPP Launch:

Data Structures

struct  SysAppMiiMakerArgs
 
struct  _SysAppMiiMakerArgs
 
struct  SysAppSettingsArgs
 
struct  SysAppParentalArgs
 
struct  SysAppNotificationArgs
 

Typedefs

typedef struct SysAppMiiMakerArgs SysAppMiiMakerArgs
 
typedef struct _SysAppMiiMakerArgs _SysAppMiiMakerArgs
 
typedef struct SysAppSettingsArgs SysAppSettingsArgs
 
typedef struct SysAppParentalArgs SysAppParentalArgs
 
typedef struct SysAppNotificationArgs SysAppNotificationArgs
 

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 _SYSLaunchTitleWithStdArgsInNoSplash (uint64_t titleId, SYSStandardArgsIn *stdArgs)
 
void _SYSLaunchMenuWithCheckingAccount (uint8_t slot)
 
void SYSLaunchMiiStudio (SysAppMiiMakerArgs *args)
 Launch Mii Maker once the current application exits. More...
 
void _SYSLaunchMiiStudio (_SysAppMiiMakerArgs *args)
 Launch Mii Maker once the current application exits. More...
 
void _SYSLaunchSettings (SysAppSettingsArgs *args)
 Launch System Settings once the current application exits. More...
 
void _SYSLaunchParental (SysAppParentalArgs *args)
 Launch Parental Controls once the current application exits. More...
 
void _SYSLaunchNotifications (SysAppNotificationArgs *args)
 Launch Notifications once the current application exits. More...
 
void _SYSLaunchTitleByPathFromLauncher (const char *path, uint32_t unused)
 

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.


Data Structure Documentation

◆ SysAppMiiMakerArgs

struct SysAppMiiMakerArgs

Definition at line 28 of file launch.h.

Data Fields
SYSStandardArgsIn stdArgs
uint32_t slotId
FFLStoreData * mii

◆ _SysAppMiiMakerArgs

struct _SysAppMiiMakerArgs

Definition at line 38 of file launch.h.

Data Fields
SYSStandardArgsIn stdArgs
uint32_t mode
uint32_t slotId
FFLStoreData * mii

◆ SysAppSettingsArgs

struct SysAppSettingsArgs

Definition at line 50 of file launch.h.

Data Fields
SYSStandardArgsIn stdArgs
int32_t jumpTo
uint32_t firstBootKind

◆ SysAppParentalArgs

struct SysAppParentalArgs

Definition at line 60 of file launch.h.

Data Fields
SYSStandardArgsIn stdArgs
uint32_t mode

◆ SysAppNotificationArgs

struct SysAppNotificationArgs

Definition at line 68 of file launch.h.

Data Fields
SYSStandardArgsIn stdArgs
uint32_t notificationFile

Typedef Documentation

◆ SysAppMiiMakerArgs

Definition at line 1 of file launch.h.

◆ _SysAppMiiMakerArgs

Definition at line 1 of file launch.h.

◆ SysAppSettingsArgs

Definition at line 1 of file launch.h.

◆ SysAppParentalArgs

Definition at line 1 of file launch.h.

◆ SysAppNotificationArgs

Definition at line 1 of file launch.h.

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.

◆ _SYSLaunchTitleWithStdArgsInNoSplash()

void _SYSLaunchTitleWithStdArgsInNoSplash ( uint64_t  titleId,
SYSStandardArgsIn stdArgs 
)

◆ _SYSLaunchMenuWithCheckingAccount()

void _SYSLaunchMenuWithCheckingAccount ( uint8_t  slot)

◆ SYSLaunchMiiStudio()

void SYSLaunchMiiStudio ( SysAppMiiMakerArgs args)

Launch Mii Maker once the current application exits.

◆ _SYSLaunchMiiStudio()

void _SYSLaunchMiiStudio ( _SysAppMiiMakerArgs args)

Launch Mii Maker once the current application exits.

◆ _SYSLaunchSettings()

void _SYSLaunchSettings ( SysAppSettingsArgs args)

Launch System Settings once the current application exits.

◆ _SYSLaunchParental()

void _SYSLaunchParental ( SysAppParentalArgs args)

Launch Parental Controls once the current application exits.

◆ _SYSLaunchNotifications()

void _SYSLaunchNotifications ( SysAppNotificationArgs args)

Launch Notifications once the current application exits.

◆ _SYSLaunchTitleByPathFromLauncher()

void _SYSLaunchTitleByPathFromLauncher ( const char *  path,
uint32_t  unused 
)