derrekr / fastboot3DS

A homebrew bootloader for the Nintendo 3DS that is similar to android's fastboot.
GNU General Public License v3.0
375 stars 19 forks source link

Cannot open menu (home button broken) #50

Closed marcotw2 closed 3 years ago

marcotw2 commented 3 years ago

How can i open the menu if my home button is broken?

profi200 commented 3 years ago

You can open "/3ds/fastbootcfg.txt" and change "BOOT_MODE = XXX" to "BOOT_MODE = Normal". This will always show the menu on boot. You can then boot normally whatever FIRM you set as autoboot by pressing A on Continue boot.

marcotw2 commented 3 years ago

Thanks.