In memory of Ben “bushing” Byer, who passed away on Monday, February 8th, 2016.

Sysapp.rpl

From WiiUBrew
Revision as of 11:12, 10 August 2015 by Wj44 (talk | contribs) (Created page with "This library can switch/launch Apps. ==Functions== ===SYSSwitch=== {| class="wikitable" !Name !Prototype !Description |- |SYSSwitchToSyncControllerOnHBM |void SYSSwitchToSync...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

This library can switch/launch Apps.

Functions

SYSSwitch

Name Prototype Description
SYSSwitchToSyncControllerOnHBM void SYSSwitchToSyncControllerOnHBM(void); Sys will jump to the Wii Remote pairing screen after _Exit call.
SYSSwitchToEManual void SYSSwitchToEManual(void); Sys will jump to the e-manual after _Exit call
SYSSwitchToEShop void SYSSwitchToEShop(void); Sys will jump to the EShop after _Exit call
_SYSSwitchToMainApp void _SYSSwitchToMainApp(void); Sys will jump to the Main App after _Exit call

SYSLaunch

Name Prototype Description
SYSLaunchMenu void SYSLaunchMenu(void); Sys will launch the Launcher after _Exit call.
SYSLaunchTitle void SYSLaunchTitle(u64 TitleId); Sys will lauch the title after _Exit call
_SYSLaunchMiiStudio void _SYSLaunchMiiStudio(void); Sys will lauch the Miistudio after _Exit call