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
TuxSH 28e6ad3372 Remove the 11.3 patch that caused bugs...
...since Nintendo fixed the underlying issue on 11.4 anyways
2017-04-11 16:37:24 +02: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 Cleanup, add possibility to clear the inserted PIN by pressing SELECT 2016-11-14 15:42:26 +01: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 Update config.c 2017-03-05 14:12:49 +01:00
config.h Always hide PIN, rework dev. options, fix bug 2017-03-05 01:56:24 +01:00
crypto.c Update crypto.c 2017-02-09 22:48:11 +01:00
crypto.h Implement aes_setkey for TWL keyslots + TWL console info/crypto init 2017-02-09 20:35:39 +01:00
draw.c Minor cleanup 2016-11-29 20:11:30 +01: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 Minor stuff 2016-11-26 22:46:46 +01:00
emunand.h Cleanup some userland patches, add/cleanup credits for patches 2016-11-01 19:07:53 +01:00
exceptions.c Fix ldrt/sdrt handling. 2016-12-22 23:11:15 +01:00
exceptions.h Fix ldrt/sdrt handling. 2016-12-22 23:11:15 +01:00
firm.c Remove the 11.3 patch that caused bugs... 2017-04-11 16:37:24 +02:00
firm.h Always hide PIN, rework dev. options, fix bug 2017-03-05 01:56:24 +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 Payload menu fixes 2016-12-01 00:51:07 +01:00
fs.h Implement chainloader selector menu (can be called with START, the START payload can now be booted with L+START 2016-11-13 18:10:59 +01:00
i2c.c Cleanup, add possibility to clear the inserted PIN by pressing SELECT 2016-11-14 15:42:26 +01:00
i2c.h Re-add the power button support with a temporary (?) bugfix 2016-11-14 01:56:52 +01:00
main.c Pretend nothing happened... 2017-03-19 21:29:58 +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 Remove the 11.3 patch that caused bugs... 2017-04-11 16:37:24 +02:00
patches.h Remove the 11.3 patch that caused bugs... 2017-04-11 16:37:24 +02:00
pin.c Add pin hiding option 2017-01-19 17:24:06 -05:00
pin.h Add pin hiding option 2017-01-19 17:24:06 -05:00
screen.c Fix boot issue (2) 2017-01-24 23:20:47 +01:00
screen.h Set the stub back to AXIWRAM again 2017-01-24 23:35:23 +01:00
start.s Fix linker scripts 2017-02-23 19:30:09 +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 Implement aes_setkey for TWL keyslots + TWL console info/crypto init 2017-02-09 20:35:39 +01:00
utils.c Attempt to fix the boot issue 2017-01-24 21:59:02 +01:00
utils.h Minor cleanup 2016-11-29 20:11:30 +01:00