diff --git a/source/main.cpp b/source/main.cpp index 216c819..a4cea3d 100644 --- a/source/main.cpp +++ b/source/main.cpp @@ -352,8 +352,8 @@ int32_t handleMenuScreen(int32_t autobootOptionInput) { DrawUtils::deinitFont(); - if (OSGetTitleID() == _SYSGetSystemApplicationTitleId(SYSTEM_APP_ID_MII_MAKER) && autoboot == BOOT_OPTION_HOMEBREW_LAUNCHER) { - // When we're already in the Mii Maker and we want to launch the HBL, "OSScreenShutdown" will cause a black screen. + if (OSGetTitleID() == _SYSGetSystemApplicationTitleId(SYSTEM_APP_ID_MII_MAKER)) { + // When we're in the Mii Maker "OSScreenShutdown" will cause a black screen. } else { OSScreenShutdown(); }