Skip to content

Releases: LumaTeam/Luma3DS

v3.10

20 Mar 00:19
Compare
Choose a tag to compare
  • Fixed intermittent splash from CakeBrah
  • Made splash last slightly longer
  • Added shutdown on error
  • Slimmed down FatFs
  • Added error on missing emuNAND
  • Propered the built-in screen init of the chainloader (no more delays thanks to interrupts disabling, might make it slightly faster on a non-screen-init A9LH)
  • Changed folder to "aurei", changed the dat name to "AuReiNand.dat", remade the look of the 3dsx

(First luma-powered CFW!)

Please note that you must delete all patched_firmwares from the aurei folder with this release!

v3.9

16 Mar 23:26
Compare
Choose a tag to compare
  • Further clean-up of the code
  • Fixed rare black screens with mounting SD cards
  • Updated the built-in payload chainloader to handle multiple payloads. This was inspired by Fix94's arm9select. Create a "payloads" directory inside the rei folder, put a "default.bin" inside (rename your existing arm9payload.bin if you have one), and (optionally) these other payloads: b.bin, x.bin, y.bin, select.bin, start.bin, right.bin, left.bin, up.bin, down.bin (press the matching button together with L and R to load the payload). Furthermore, the new loader will automatically perform the screen init before launching the payloads if this wasn't already done by A9LH itself.
  • Added dual emuNAND support. Please note that you can't have two 9.0 emuNANDs, and that if you want a 9.0 emuNAND it must be the first one. To launch the second one, press R + B in updated sysNAND mode, or just B in regular mode. The code will just fallback to the first emuNAND if the second one is not found.

v3.8.1

10 Mar 03:53
Compare
Choose a tag to compare
  • Disable splash screen when forcing boot options on soft reboot
  • Added bottom screen splash image support, as suggested by Apache Thunder. Must be 320x240 and named "splashbottom.bin", goes in the rei folder

v3.8

08 Mar 14:34
Compare
Choose a tag to compare
  • External ARM9 payload chainloading for a9lh (loads an "arm9payload.bin" in the rei folder when pressing L+R)
  • Cleaned up the sdmmc library (from the dark-samus a9lh fork)

v3.7.3

06 Mar 15:39
Compare
Choose a tag to compare
  • A lot of code clean-up. Filesize went down by ~3 KB, and there can possibly be slight speed improvements.

v3.7.2

05 Mar 19:28
Compare
Choose a tag to compare

Previous release broke .dat booting from a 9.0 NAND if A9LH was installed.

v3.7.1

05 Mar 14:45
Compare
Choose a tag to compare
  • Added forcing of boot options on A9LH: always prevents losing AGB_FIRM saves by booting to sysNAND, forces the last used options on a MCU reboot (can be overridden with A).

v3.7

04 Mar 23:09
Compare
Choose a tag to compare
  • Added a flag to skip decrypting and patching FIRM and use the already patched ones, for a slightly faster boot and to avoid writing 1 MB to SD on each boot.
    Warning!:
    You MUST remove the patched firmwares in the rei folder after switching from a non-A9LH usage to A9LH. You have been warned!
    Original idea and patch by @FIX94.

v3.6.1

26 Feb 01:45
Compare
Choose a tag to compare
  • Fixed reboot patch on New 3DS (178 MB cias now work!)

v3.6

25 Feb 19:41
Compare
Choose a tag to compare
  • Full support for a future screen-init-enabled A9LH payload.
  • A whole new reboot patch (thanks to a skilled reverser for this). It works on New 3DS (for as of yet unused large RAM modes), doesn't break GBA and DS games (no more choosing to press A or not on Old 3DS), gets disabled automatically with 9.0 FIRM to make exploits work.
  • Because of the new reboot patch, now N and O3DS share the same "rei" folder.
  • Fixed N3DS "3D bug", thanks to TiniVi and Cakes for this).
  • Code clean-up.