wut
1.0.0-beta9
Wii U Toolchain
include
sysapp
switch.h
Go to the documentation of this file.
1
#pragma once
2
#include <
wut.h
>
3
18
#ifdef __cplusplus
19
extern
"C"
{
20
#endif
21
23
typedef
struct
SysAppBrowserArgs
SysAppBrowserArgs
;
24
33
void
34
SYSSwitchToSyncControllerOnHBM
();
35
43
void
44
SYSSwitchToEManual
();
45
53
void
54
SYSSwitchToEShop
();
55
63
void
64
_SYSSwitchToMainApp
();
65
74
void
75
SYSSwitchToBrowserForViewer
(
SysAppBrowserArgs
*);
76
77
#ifdef __cplusplus
78
}
79
#endif
80
SysAppBrowserArgs
struct SysAppBrowserArgs SysAppBrowserArgs
Argument struct for SYSSwitchToBrowserForViewer.
Definition:
switch.h:23
wut.h
SYSSwitchToEManual
void SYSSwitchToEManual()
Initiate a switch to the current title's assosciated e-manual.
_SYSSwitchToMainApp
void _SYSSwitchToMainApp()
SYSSwitchToSyncControllerOnHBM
void SYSSwitchToSyncControllerOnHBM()
Initiate a switch into the controller sync menu.
SYSSwitchToEShop
void SYSSwitchToEShop()
Initiate a switch to the Nintendo eShop application.
SYSSwitchToBrowserForViewer
void SYSSwitchToBrowserForViewer(SysAppBrowserArgs *)
Initiates a switch to the Internet Browser application, with the given arguments in the form of a Sys...
Generated by
1.8.17