Skip to content

Commit

Permalink
boot menu: clarify autoboot hb is meant to launch hbmenu
Browse files Browse the repository at this point in the history
  • Loading branch information
TuxSH committed Mar 27, 2023
1 parent 985380c commit 4025f25
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions arm9/source/config.c
Original file line number Diff line number Diff line change
Expand Up @@ -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( )"
};

Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit 4025f25

Please sign in to comment.