This website requires JavaScript.
Explore
Help
Sign In
LowLevel
/
Luma3DS-3GX
Archived
Watch
1
Star
0
Fork
0
You've already forked Luma3DS-3GX
Code
Issues
Pull Requests
Releases
2
Wiki
Activity
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
History
Aurora
0f64fd73ec
Fix bug when quitting AGB_FIRM
...
The wrong config.bin section was used to remember the last-used FIRM
2016-04-16 20:27:52 +02:00
..
fatfs
Cleanup
2016-04-14 17:10:55 +02:00
buttons.h
Cleanup, fixed the second emuNAND patched FIRM still getting created, removed injector SOAP patch as it changes nothing without going to great lengths to change the region of a NNID, made L not needed to load payloads except for R and Select (Start is now default)
2016-04-04 18:07:13 +02:00
config.c
Better to reboot here
2016-04-15 16:10:32 +02:00
config.h
Rewrote config menu to allow for multiple choice settings, made the N3DS CPU patch configurable in the NTR way, changed the config.bin format to be more future-proof (settings are on the leftmost part), added more macros to read settings
2016-04-12 23:28:35 +02:00
crypto.c
Cleanup
2016-04-14 17:10:55 +02:00
crypto.h
Cleanup
2016-04-14 17:10:55 +02:00
draw.c
Fixed config.bin getting recreated on each boot
2016-04-13 04:18:59 +02:00
draw.h
Small code reorganization
2016-04-05 05:34:57 +02:00
emunand.c
Cleanup
2016-04-14 17:10:55 +02:00
emunand.h
First commit of the AuReiNand rewrite!
2016-04-11 05:58:46 +02:00
firm.c
Fix bug when quitting AGB_FIRM
2016-04-16 20:27:52 +02:00
firm.h
Small changes
2016-04-11 14:42:34 +02: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
Added improved language emulation from @TuxSH (improves compatibility), fixed language emulation only working for the first launched game/app and not being applied on demos
2016-04-15 03:34:08 +02:00
fs.h
Small changes
2016-04-11 14:42:34 +02:00
i2c.c
Changed indentation style across the code to make it more readable, added newlines before comments, moved patches to separate functions, made memory operations slightly faster by compiling them with O3 (thanks TuxSH!)
2016-04-02 18:22:47 +02: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
Changed indentation style across the code to make it more readable, added newlines before comments, moved patches to separate functions, made memory operations slightly faster by compiling them with O3 (thanks TuxSH!)
2016-04-02 18:22:47 +02: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
memory.c
Cleanup, removed the non-working clock speed patch
2016-04-12 14:32:38 +02:00
memory.h
Cleanup, removed the non-working clock speed patch
2016-04-12 14:32:38 +02:00
patches.c
Remove unneeded stuff from the loader injection
2016-04-13 14:37:40 +02:00
patches.h
Remove unneeded stuff from the loader injection
2016-04-13 14:37:40 +02:00
screeninit.c
Rewrote config menu to allow for multiple choice settings, made the N3DS CPU patch configurable in the NTR way, changed the config.bin format to be more future-proof (settings are on the leftmost part), added more macros to read settings
2016-04-12 23:28:35 +02:00
screeninit.h
Small code reorganization
2016-04-05 05:34:57 +02:00
start.s
Small changes
2016-04-11 14:42:34 +02:00
types.h
Clean-up, fixed mistake
2016-03-12 15:48:20 +01:00
utils.c
Better to reboot here
2016-04-15 16:10:32 +02:00
utils.h
Better to reboot here
2016-04-15 16:10:32 +02:00