Add reload to IOS58 option if not already using IOS58 and IOS58 is installed - #124
Closed
Aeplet wants to merge 1 commit into
Closed
Add reload to IOS58 option if not already using IOS58 and IOS58 is installed#124Aeplet wants to merge 1 commit into
Aeplet wants to merge 1 commit into
Conversation
Contributor
Author
|
Updates? |
Owner
|
I feel like this should automatically tell them that it's reloading to use IOS58 and just do it. Why wouldn't you want 2.0 speeds? |
Contributor
Author
Good point. I'll fix that later |
Owner
|
I ended up doing basically this in dadc57c. Thanks for your PR, let me know if I've messed it up somehow :) |
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 assume this was not already added because reloading IOS enables AHBPROT, regardless of if HBC disabled it or not.
Since we can now disable AHBPROT on our own (and we HAVE to here to be able to keep it off after the IOS reload), I see no reason this can't be a feature now.
I also organized the
AHBPROT_DISABLEDvariable and put it into ios.h instead of ios.c (so main.c can access it instead of using have_hw_access, and I have removed have_hw_access as it is no longer necessary.I don't know how to build for GC, but I have a Wii build
cleanrip.zip you can try. I've tested it and have had no issues, even works from exploits and reloading into IOS58 works perfectly!
(yes has to be a zip, github won't allow me to directly upload the dol/elf files.