Some changes for better usability#3
Open
kyoforkshomebrews wants to merge 7 commits into
Open
Conversation
Some readability improvements
Add 3 Wii homebrew channels i know of.
| //use open homebrew launcher (OHBC) instead of homebrew launcher (LULZ) | ||
| //set title value here so it doesn't need to get changed twice (or more often) for future modifications | ||
| titleToBoot=0x4F484243; | ||
| FILE *f = fopen("sd:/wiiu/apps/hbl2hbc/hbl2hbc.txt","rb"); //load the txt from the app folder instead of the sd card root |
Author
There was a problem hiding this comment.
(so it doesn't clutter the sd root or confuse people who think of adding the hbl2hbl.txt to the app's folder)
Author
|
I didn't know if you'd like to make a release in the format I did etc so I made a new branch for this pull request. You can look at my fork and tell me what you think about it though 😄 |
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.
I've forked a fork from someone else who forked this but now I decided to make a pull request here.
I commented almost all of the code changes so it should be self-explanatory.
Fixes #2.