wut
v1.7.0
Wii U Toolchain
|
Go to the source code of this file.
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 |
typedef enum SYSSettingsJumpToTarget | SYSSettingsJumpToTarget |
Enumerations | |
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 | |
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) |