sysapp: Add _SYSLaunchTitleWithStdArgsInNoSplash and _SYSLaunchMenuWithCheckingAccount

This commit is contained in:
Maschell
2021-12-28 16:30:54 +01:00
committed by fincs
parent 42be83dd8c
commit a812d49c13

View File

@@ -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? -->