Return to Wii U Menu if SELECT button is held down#39
Open
CreeperMario wants to merge 1 commit intodimok789:masterfrom
Open
Return to Wii U Menu if SELECT button is held down#39CreeperMario wants to merge 1 commit intodimok789:masterfrom
CreeperMario wants to merge 1 commit intodimok789:masterfrom
Conversation
* 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.
|
cool |
Contributor
|
is there a reason not to always do this? (instead of putting it behind select) |
Author
(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). |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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.