From f313152874e1ee1f48f089f4bf72fb7ddd0a8df6 Mon Sep 17 00:00:00 2001 From: Maschell Date: Thu, 25 Apr 2024 17:18:51 +0200 Subject: [PATCH] Fix launching the system settings --- source/QuickStartUtils.cpp | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/source/QuickStartUtils.cpp b/source/QuickStartUtils.cpp index 77f5b4b..b4160ce 100644 --- a/source/QuickStartUtils.cpp +++ b/source/QuickStartUtils.cpp @@ -132,6 +132,14 @@ bool getQuickBoot() { return false; } + if (info.titleId == 0x0005001010047000L || + info.titleId == 0x0005001010047100L || + info.titleId == 0x0005001010047200L) { + DEBUG_FUNCTION_LINE("Launch Settings"); + _SYSLaunchSettings(nullptr); + return true; + } + if (info.titleId == 0x000500301001220AL || info.titleId == 0x000500301001210AL || info.titleId == 0x000500301001200AL) {