mirror of
https://github.com/devkitPro/wut.git
synced 2026-09-12 05:06:00 -05:00
sysapp: Add _SYSLaunchTitleWithStdArgsInNoSplash and _SYSLaunchMenuWithCheckingAccount
This commit is contained in:
@@ -64,6 +64,13 @@ SYSLaunchMenu();
|
||||
void
|
||||
SYSLaunchTitle(uint64_t TitleId);
|
||||
|
||||
void
|
||||
_SYSLaunchTitleWithStdArgsInNoSplash(uint64_t titleId,
|
||||
void* unknwn);
|
||||
|
||||
void
|
||||
_SYSLaunchMenuWithCheckingAccount(uint8_t slot);
|
||||
|
||||
/**
|
||||
* Launch Mii Maker once the current application exits.
|
||||
* <!-- there's a version without the underscore, use that? -->
|
||||
|
||||
Reference in New Issue
Block a user