5f32779ceb
- To override the last used boot mode on soft reboot, you only need to press A if you want to boot to the default option. Holding L(+payload button)/R is enough for the other modes. - Added version number to the config menu - Replaced the memsearch algorithm with a faster one - Integrated 3ds_injector from @yifanlu. This brings us region free and all the other FreeMultiPatcher patches. Other than that, you now have the possibility to display the currently booted NAND/FIRM in System Settings! - Rewritten most code for the config menu. You now can navigate to the first/last options with left and right. - You can now choose the 9.0 FIRM to be default in the config menu. This will essentially switch "no buttons" and L in both modes. - You can now choose the second emuNAND to be default in the config menu. This will essentially switch "B is not pressed" and "B is pressed". - When the second emuNAND is booted, it will persist like the other boot options on soft reboot - Bugfixes |
||
---|---|---|
CakeBrah@42ebe0d0bc | ||
CakeHax@6b8fca0b37 | ||
injector | ||
loader | ||
patches | ||
source | ||
.gitignore | ||
.gitmodules | ||
icon.png | ||
LICENSE.txt | ||
linker.ld | ||
Makefile | ||
README.md |
AuReiNand
A modification of the ReiNand custom firmware
Compiling:
You'll need armips and bin2c added to your Path. HERE is a pre-compiled version of armips.
Lastly, just run Make and everything should work!
Copy everything in 'out' folder to SD root and run!
Usage / Features:
See https://github.com/Reisyukaku/ReiNand and http://gbatemp.net/threads/reinand-mod-o3ds-n3ds-sysnand.411110
The FIRMs you need are HERE.
Credits:
Rei as this is mostly his code.
The offset to detect the console, and to calculate the O3DS NAND CTR are from Decrypt9.
tiniVi suggested me a way to detect a A9LH environment, and figured out screen deinit.
Delebile provided me with the FIRM writes blocking patch.
A skilled reverser gave me the new reboot patch.
The screen init code is from dark_samus, bil1s, Normmatt, delebile and everyone who contributed.
The code for printing to the screen is from CakesFW.