dimok789 / homebrew_launcher

WiiU Homebrew Launcher
GNU General Public License v3.0
406 stars 94 forks source link

Return to Wii U Menu if SELECT button is held down #39

Open CreeperMario opened 7 years ago

CreeperMario commented 7 years ago

If the SELECT button is being held down the moment the HOME button is pressed, HBL will flag to the kernel that the program should exit to the Wii U Menu, overriding the behaviour of sd_loader which re-launches Mii Maker afterwards.

twinec commented 6 years ago

cool

vgmoose commented 5 years ago

is there a reason not to always do this? (instead of putting it behind select)

CreeperMario commented 5 years ago

Actually i did that on purpose as you would loose all possibility to enter mii maker otherwise.

(from #19)

Though I guess if someone really wanted to access Mii Maker, they could be told to open/close System Settings, removing the kernel/loader patches and restoring normal access to Mii Maker.

Removing the ability to access Mii Maker would probably break things like account creation (which appears to launch Mii Maker to let the new user decide which Mii they want).