-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Some changes for better usability #3
base: master
Are you sure you want to change the base?
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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
(so it doesn't clutter the sd root or confuse people who think of adding the hbl2hbl.txt to the app's folder)
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 😄 |
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.