wut  v1.7.0
Wii U Toolchain
Data Structures | Typedefs | Enumerations | Functions
switch.h File Reference
#include <wut.h>
#include "args.h"
Include dependency graph for switch.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  SysAppEManualArgs
 
struct  SysAppEShopArgs
 
struct  SysAppBrowserArgs
 
struct  SysAppBrowserArgsWithCallback
 

Typedefs

typedef struct SysAppBrowserArgs SysAppBrowserArgs
 
typedef struct SysAppBrowserArgsWithCallback SysAppBrowserArgsWithCallback
 
typedef struct SysAppEShopArgs SysAppEShopArgs
 
typedef struct SysAppEManualArgs SysAppEManualArgs
 
typedef enum SysAppPFID SysAppPFID
 

Enumerations

enum  SysAppPFID {
  SYSAPP_PFID_WII_U_MENU = 2 ,
  SYSAPP_PFID_TVII = 3 ,
  SYSAPP_PFID_EMANUAL = 4 ,
  SYSAPP_PFID_HOME_MENU = 5 ,
  SYSAPP_PFID_MINI_MIIVERSE = 7 ,
  SYSAPP_PFID_BROWSER = 8 ,
  SYSAPP_PFID_MIIVERSE = 9 ,
  SYSAPP_PFID_ESHOP = 10 ,
  SYSAPP_PFID_FRIENDLIST = 11 ,
  SYSAPP_PFID_DOWNLOAD_MANAGEMENT = 12 ,
  SYSAPP_PFID_DOWNLOAD_GAME = 15 ,
  SYSAPP_PFID_MINTU = 16 ,
  SYSAPP_PFID_CABINETU = 17 ,
  SYSAPP_PFID_TEST_OVERLAY = 31
}
 

Functions

int32_t SYSSwitchToSyncControllerOnHBM ()
 Initiate a switch into the controller sync menu. More...
 
int32_t SYSSwitchToEManual ()
 Initiate a switch to the current title's assosciated e-manual. More...
 
int32_t _SYSSwitchToEManual (SysAppEManualArgs *)
 
int32_t _SYSSwitchToEManualFromHBM (SysAppEManualArgs *)
 
int32_t SYSSwitchToEShop (SysAppEShopArgs *)
 Initiate a switch to the Nintendo eShop application. More...
 
int32_t SYSSwitchToEShopTicketList (SYSStandardArgsIn *)
 
int32_t _SYSSwitchToEShopFromHBM (SysAppEShopArgs *)
 
int32_t _SYSSwitchToMainApp ()
 
int32_t SYSSwitchToBrowser (SysAppBrowserArgs *)
 
int32_t SYSSwitchToBrowserForViewer (SysAppBrowserArgs *)
 Initiates a switch to the Internet Browser application, with the given arguments in the form of a SysBrowserArgsIn struct. More...
 
int32_t SYSSwitchToBrowserForCallbackURL (SysAppBrowserArgsWithCallback *)
 
int32_t _SYSSwitchToBrowserForCallbackURLFromHBM (SysAppBrowserArgsWithCallback *)
 
int32_t _SYSSwitchToHBMWithMode (int32_t)
 
int32_t _SYSSwitchToOverlayFromHBM (int32_t)
 
int32_t SYSSwitchTo (SysAppPFID pfid)
 Calls __OSClearCopyData then _SYSSwitchTo. More...
 
int32_t _SYSSwitchTo (SysAppPFID pfid)
 
int32_t _SYSDirectlySwitchTo (SysAppPFID pfid)