This repository has been archived on 2022-05-31. You can view files and clone it, but cannot push or open issues or pull requests.
Luma3DS-3GX/source
Aurora 5f32779ceb Lots of changes/new features
- 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
2016-03-29 17:43:53 +02:00
..
fatfs Added configuration menu (thanks to Cakes for the screen printing code - no more flags!), auto-delete of patched FIRMs when switching to/from A9LH or the CFW gets updated, moved screen init from the loader, general reorganization 2016-03-23 02:46:41 +01:00
buttons.h Lots of changes/new features 2016-03-29 17:43:53 +02:00
crypto.c Spaces and stuff 2016-03-25 18:17:12 +01:00
crypto.h Added configuration menu (thanks to Cakes for the screen printing code - no more flags!), auto-delete of patched FIRMs when switching to/from A9LH or the CFW gets updated, moved screen init from the loader, general reorganization 2016-03-23 02:46:41 +01:00
draw.c Lots of changes/new features 2016-03-29 17:43:53 +02:00
draw.h Lots of changes/new features 2016-03-29 17:43:53 +02:00
emunand.c Lots of changes/new features 2016-03-29 17:43:53 +02:00
emunand.h Lots of changes/new features 2016-03-29 17:43:53 +02:00
firm.c Lots of changes/new features 2016-03-29 17:43:53 +02:00
firm.h Added error messages, moved emunand and reboot.bin to aurei/patches 2016-03-23 03:46:44 +01:00
font.h Added configuration menu (thanks to Cakes for the screen printing code - no more flags!), auto-delete of patched FIRMs when switching to/from A9LH or the CFW gets updated, moved screen init from the loader, general reorganization 2016-03-23 02:46:41 +01:00
fs.c Useless casts again 2016-03-25 01:58:42 +01:00
fs.h Useless casts again 2016-03-25 01:58:42 +01:00
i2c.c Fixed intermittent splash from CakeBrah, made splash last slightly longer, added shutdown on error, slimmed down FatFs, added error on missing emuNAND, changed folder to "aurei", changed the dat name to "AuReiNand.dat", propered the built-in screen init of the chainloader, remade the look of the 3dsx 2016-03-20 17:38:45 +01:00
i2c.h Fixed intermittent splash from CakeBrah, made splash last slightly longer, added shutdown on error, slimmed down FatFs, added error on missing emuNAND, changed folder to "aurei", changed the dat name to "AuReiNand.dat", propered the built-in screen init of the chainloader, remade the look of the 3dsx 2016-03-20 17:38:45 +01:00
loader.c Move clearScreens calls and screen-init checks 2016-03-23 16:14:28 +01:00
loader.h Added configuration menu (thanks to Cakes for the screen printing code - no more flags!), auto-delete of patched FIRMs when switching to/from A9LH or the CFW gets updated, moved screen init from the loader, general reorganization 2016-03-23 02:46:41 +01:00
main.c Added error messages, moved emunand and reboot.bin to aurei/patches 2016-03-23 03:46:44 +01:00
memory.c Lots of changes/new features 2016-03-29 17:43:53 +02:00
memory.h Lots of changes/new features 2016-03-29 17:43:53 +02:00
patches.c Lots of changes/new features 2016-03-29 17:43:53 +02:00
patches.h Lots of changes/new features 2016-03-29 17:43:53 +02:00
screeninit.c Fixed signature patterns searching area, aligned variable/function names to the latest ReiNand 2016-03-27 19:19:35 +02:00
screeninit.h Added configuration menu (thanks to Cakes for the screen printing code - no more flags!), auto-delete of patched FIRMs when switching to/from A9LH or the CFW gets updated, moved screen init from the loader, general reorganization 2016-03-23 02:46:41 +01:00
start.s Added error messages, moved emunand and reboot.bin to aurei/patches 2016-03-23 03:46:44 +01:00
types.h Clean-up, fixed mistake 2016-03-12 15:48:20 +01:00
utils.c Lots of changes/new features 2016-03-29 17:43:53 +02:00
utils.h Lots of changes/new features 2016-03-29 17:43:53 +02:00