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
3474faa4a2
Added support for dev units sysupdater FIRM (untested but should work)
2016-11-12 01:50:43 +01:00
..
fatfs
Not needed anymore
2016-10-11 17:16:59 +02:00
3dsheaders.h
Lots of refactoring, main() has its own file yet again, properly handle failed patches/decryption steps, support TWL and AGB FIRM since 3.0
2016-10-10 02:10:47 +02:00
buttons.h
Added support for up to 4 emuNANDs (the "second emuNAND as default" toggle is now a multi option, and you can choose the emuNAND on startup by holding Up (1)/Right (2)/Down (3)/Left (4) when EmuNAND is being booted), added a B payload as the B button was freed
2016-09-08 00:49:55 +02:00
cache.h
Minor stuff
2016-07-05 16:05:53 +02:00
cache.s
Minor stuff
2016-07-05 16:05:53 +02:00
config.c
Move dev common key patch to UNITINFO since it breaks SD retail encrypted CIAs
2016-11-10 13:10:02 +01:00
config.h
Add title version support to loader, only apply userland patches to suitable title versions, report used console and safe mode boots to loader separately from the config, remove eShop update check patch as older eShop version would fail anyway and it causes issues with background updates
2016-11-03 18:56:32 +01:00
crypto.c
Added support for dev units sysupdater FIRM (untested but should work)
2016-11-12 01:50:43 +01:00
crypto.h
Fixed CTRNAND writing leaving encrypted data (thanks to d0k3), added path.txt support for CTRNAND, have the firmlaunch patch panic if both payloads cannot be found
2016-10-11 16:55:37 +02:00
draw.c
Add safety checks for loaded FIRM modules
2016-10-16 02:47:53 +02:00
draw.h
Got rid of CakeHax, patched CakeBrah to load arm9loaderhax.bin directly (lifting size restrictions in the process), got rid of the pathchanger (to have a custom path you can now enable the option and write it in a /luma/path.txt file, it must start with a / (this path is also picked up by the patched CakeBrah loader), fixed loading SafeA9LHInstaller and other payloads which need the OTP hash if having a PIN, fixed writing a file smaller than the existing one not removing the extra size, slightly changed the PIN format, added support for the alternate framebuffer and made the splash screen use it (it is now displayed all at once), fixed screen issues from CakeBrah
2016-09-22 14:54:55 +02:00
emunand.c
Cleanup some userland patches, add/cleanup credits for patches
2016-11-01 19:07:53 +01:00
emunand.h
Cleanup some userland patches, add/cleanup credits for patches
2016-11-01 19:07:53 +01:00
exceptions.c
Use f_chdir and relative paths
2016-10-12 02:32:36 +02:00
exceptions.h
More sanity checks
2016-10-10 03:10:53 +02:00
firm.c
Minor stuff
2016-11-10 13:17:58 +01:00
firm.h
Add title version support to loader, only apply userland patches to suitable title versions, report used console and safe mode boots to loader separately from the config, remove eShop update check patch as older eShop version would fail anyway and it causes issues with background updates
2016-11-03 18:56:32 +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
Added support for dev units sysupdater FIRM (untested but should work)
2016-11-12 01:50:43 +01:00
fs.h
Use f_chdir and relative paths
2016-10-12 02:32:36 +02:00
i2c.c
Minor stuff
2016-09-14 22:48:46 +02:00
i2c.h
Copyright stuff
2016-09-08 23:07:03 +02:00
main.c
Added support for dev units sysupdater FIRM (untested but should work)
2016-11-12 01:50:43 +01:00
memory.c
Minor stuff
2016-09-14 22:48:46 +02:00
memory.h
memsearch() replaced with a Boyer-Moore Horspool implementation due to Quick Search being buggy in some rare cases
2016-09-11 16:23:59 +02:00
patches.c
Fix config derp, remove 0key encryption/nand ncch encryption/CIA dev common key checks on retail consoles
2016-11-04 22:28:33 +01:00
patches.h
Fix config derp, remove 0key encryption/nand ncch encryption/CIA dev common key checks on retail consoles
2016-11-04 22:28:33 +01:00
pin.c
Minor stuff
2016-10-23 18:44:26 +02:00
pin.h
Use f_chdir and relative paths
2016-10-12 02:32:36 +02:00
screen.c
Minor stuff (2)
2016-10-16 23:35:30 +02:00
screen.h
Minor stuff (2)
2016-10-16 23:35:30 +02:00
start.s
Cleanup some userland patches, add/cleanup credits for patches
2016-11-01 19:07:53 +01:00
strings.c
Cleanup
2016-10-22 18:00:58 +02:00
strings.h
Move hexAtoi to strings.c, add bound check to decAtoi
2016-10-22 16:57:18 +02:00
types.h
Added support for dev units sysupdater FIRM (untested but should work)
2016-11-12 01:50:43 +01:00
utils.c
It seems we don't need it anymore after all
2016-10-17 01:21:12 +02:00
utils.h
It seems we don't need it anymore after all
2016-10-17 01:21:12 +02:00