From 4025f252c7f909fa63802807220b537d89839eb4 Mon Sep 17 00:00:00 2001 From: TuxSH <1922548+TuxSH@users.noreply.github.com> Date: Mon, 27 Mar 2023 23:44:18 +0200 Subject: [PATCH] boot menu: clarify autoboot hb is meant to launch hbmenu --- arm9/source/config.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/arm9/source/config.c b/arm9/source/config.c index b532f55..1decde3 100644 --- a/arm9/source/config.c +++ b/arm9/source/config.c @@ -811,7 +811,7 @@ void configMenu(bool oldPinStatus, u32 oldPinMode) "Splash: Off( ) Before( ) After( ) payloads", "PIN lock: Off( ) 4( ) 6( ) 8( ) digits", "New 3DS CPU: Off( ) Clock( ) L2( ) Clock+L2( )", - "Homebrew autoboot: Off( ) 3DS( ) DSi( )", + "Hbmenu autoboot: Off( ) 3DS( ) DSi( )", "Force audio: Off( ) Headphones( ) Speakers( )" }; @@ -856,8 +856,8 @@ void configMenu(bool oldPinStatus, u32 oldPinMode) "'Clock+L2' can cause issues with some\n" "games.", - "Enable autobooting into homebrew,\n" - "either into 3DS or DSi mode.\n\n" + "Enable autobooting into homebrew\n" + "menu, either into 3DS or DSi mode.\n\n" "Autobooting into a gamecard title is\n" "not supported.\n\n" "Refer to the \"autoboot\" section in the\n"