RetroArch
sysapp.h
Go to the documentation of this file.
1 #pragma once
2 #include <wiiu/types.h>
3 
4 #ifdef __cplusplus
5 extern "C" {
6 #endif
7 
9 
11 void SYSSwitchToEManual();
12 void SYSSwitchToEShop();
13 void _SYSSwitchToMainApp();
15 
16 void SYSRelaunchTitle(uint32_t argc, char *pa_Argv[]);
17 void SYSLaunchMenu();
18 void SYSLaunchTitle(uint64_t TitleId);
19 void _SYSLaunchMiiStudio();
20 void _SYSLaunchSettings();
21 void _SYSLaunchParental();
23 
24 #ifdef __cplusplus
25 }
26 #endif
void _SYSLaunchParental()
void SYSLaunchMenu()
void SYSRelaunchTitle(uint32_t argc, char *pa_Argv[])
void SYSLaunchTitle(uint64_t TitleId)
void _SYSLaunchSettings()
void SYSSwitchToEShop()
void _SYSLaunchNotifications()
void _SYSSwitchToMainApp()
void SYSSwitchToSyncControllerOnHBM()
void SYSSwitchToEManual()
void _SYSLaunchMiiStudio()
void SYSSwitchToBrowserForViewer(sysapp_input_struct *)
struct sysapp_input_struct sysapp_input_struct
Definition: sysapp.h:8
unsigned __int64 uint64_t
Definition: stdint.h:136
unsigned int uint32_t
Definition: stdint.h:126