From a812d49c1398d372def11db2911ea170056fc5ad Mon Sep 17 00:00:00 2001 From: Maschell Date: Tue, 28 Dec 2021 16:30:54 +0100 Subject: [PATCH] sysapp: Add _SYSLaunchTitleWithStdArgsInNoSplash and _SYSLaunchMenuWithCheckingAccount --- include/sysapp/launch.h | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/include/sysapp/launch.h b/include/sysapp/launch.h index 08cf45ea..af8a546e 100644 --- a/include/sysapp/launch.h +++ b/include/sysapp/launch.h @@ -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. *