Commit Graph
100 Commits
Author SHA1 Message Date
Aurora 423f0ca631 Merge branch 'master' into developer 2016-09-03 22:01:12 +02:00
Aurora 7612e38d41 Increase the config minor version 2016-09-03 22:00:49 +02:00
Aurora bf234950cb Merge master into developer 2016-09-03 21:55:37 +02:00
Aurora bd992fca15 Remove the TWL dev launcher patch as it became unnecessary 2016-09-03 19:11:44 +02:00
Aurora 45fee57abd Merge master into developer 2016-09-03 18:19:02 +02:00
Aurora a2bca96d47 Cleanup, use sizeof() for pattern memsearches 2016-09-03 18:15:00 +02:00
Aurora 9862256ca7 Do not hardcode the FIRM version check for the module patch, check for the free space to be enough 2016-09-03 18:01:56 +02:00
Aurora 6afc8b3b5c Merge master into developer 2016-09-03 17:49:54 +02:00
Aurora 9b4b4ec543 Cleanup, use sizeof() for pattern memsearches 2016-09-03 15:36:35 +02:00
Aurora d412711868 More cleanup, ARM9 exceptions for Luma and payloads are always enabled (FIRM ARM9 and ARM11 exceptions need Dev. options not to be "none") 2016-09-03 02:25:09 +02:00
Aurora 0b33551d94 Clarify option 2016-09-02 23:23:46 +02:00
Aurora 9c1b585054 Merge branch 'master' into developer 2016-09-02 22:57:23 +02:00
Aurora fc3a69d9ca Small cleanup 2016-09-02 22:56:57 +02:00
Aurora cce4a6d07f Cleanup, re-enabled module patch on N3DS on 8.1, 9.0 and >= 11.0 FIRMs 2016-09-02 22:51:11 +02:00
Aurora b16539408b Merge branch 'master' into developer 2016-09-02 15:48:02 +02:00
Aurora eba56d0f64 Save 4 bytes as we are space constrained on N3DS 2016-09-02 15:40:28 +02:00
Aurora f2181b1d3e Fix comments 2016-09-02 15:20:42 +02:00
Aurora c93a97f8d7 mcuReboot now checks for isFirmlaunch 2016-09-02 15:19:14 +02:00
Aurora 8fd2525cd1 Make the correct FIRM type always be set and fix loading old NATIVE_FIRMs from SD 2016-09-02 15:07:03 +02:00
Aurora 62a70cfdac Old NATIVE_FIRMs do not have injectable modules 2016-09-02 14:47:20 +02:00
Aurora ca0a79fc89 Merge branch 'master' into developer 2016-09-02 14:28:47 +02:00
Aurora 104b8e859f mcuReboot now checks for isFirmlaunch 2016-09-02 14:27:56 +02:00
Aurora a99b26ff8c Merge master into developer 2016-09-02 14:24:24 +02:00
Aurora 9bc62ec12d Move config and PIN paths to the respective headers 2016-09-02 14:14:19 +02:00
Aurora 84a6bb772f Merge master into developer 2016-09-02 13:44:07 +02:00
Aurora 263a5eda56 Update to latest FatFs patch 2016-09-02 13:40:20 +02:00
Aurora 7fb17ce52f Remove exceptions folder from Luma-dev when cleaning 2016-09-01 18:01:21 +02:00
Aurora 631fad24c0 Make firmware.bin check more readable 2016-09-01 17:56:33 +02:00
Aurora f1d77fa62a Add checks for the FIRM bin files to be correct for the console 2016-09-01 17:51:03 +02:00
Aurora 3608799dff Merge master into developer 2016-08-31 19:54:12 +02:00
Aurora c0f042bc2a Can not support safe_firm firmlaunches without 3ds_injector at the moment 2016-08-31 19:50:37 +02:00
Aurora 726b06b748 Merge master into developer 2016-08-31 16:14:20 +02:00
Aurora 0057ab9c5a Fix config not being written in a rare circumstance 2016-08-31 16:11:44 +02:00
Aurora 048bf0ee4d Cleanup 2016-08-31 13:49:10 +02:00
Aurora 4da0708b51 Merge branch 'developer' of https://github.com/AuroraWright/Luma3DS into developer 2016-08-31 13:48:28 +02:00
Aurora 4c529e3145 Cleanup 2016-08-31 13:47:49 +02:00
Aurora 7e8cf84c42 Fix yet another derp 2016-08-30 22:51:15 +02:00
Aurora b6d91375a5 Minor cleanup 2016-08-30 21:56:27 +02:00
Aurora 61305688fd Move the itoa function to strings.c 2016-08-30 21:34:03 +02:00
Aurora 492ae4139f Merge branch 'master' into developer 2016-08-30 21:32:48 +02:00
Aurora a84f393bd5 Move the itoa function to strings.c 2016-08-30 21:32:15 +02:00
Aurora 5de54d6f9f Fix derp 2016-08-30 21:11:11 +02:00
Aurora 8fc797120f Merge master into developer, use the new string functions 2016-08-30 21:02:45 +02:00
Aurora 5406d648bc Fix derp 2016-08-30 20:01:45 +02:00
Aurora a2003fba95 Add -O3 optimization for the string functions 2016-08-30 19:48:21 +02:00
Aurora a76c15d018 Introduce a strcat replacement 2016-08-30 17:48:41 +02:00
Aurora ae8caf3d3a Merge master into developer, remove createDirectory calls 2016-08-30 17:09:29 +02:00
Aurora f221915a95 Get rid of createDirectory and make fileWrite handle directory tree creation 2016-08-30 17:04:29 +02:00
Aurora 7f93733107 Rewrite the module copying function 2016-08-30 02:18:32 +02:00
Aurora e8b9e49f57 Fix derps (thanks to @Mrrraou), general cleaup, rewrite of the modules copying function 2016-08-30 02:08:07 +02:00
Aurora abf7c8e565 Replace pinKeyToLetter with a C implementation, minor cleanup 2016-08-29 18:11:59 +02:00
Aurora 2ffe4a5451 Revert "Skip PIN verification after a MCU reboot on A9LH"
This reverts commit 18bd4bbcf6.
2016-08-29 16:04:17 +02:00
Aurora 18bd4bbcf6 Skip PIN verification after a MCU reboot on A9LH 2016-08-29 15:57:32 +02:00
Aurora 8209433696 Cleanup and refactoring 2016-08-29 15:42:54 +02:00
Aurora ad9e00acaa Add delay if a PIN was just verified and SAFE_MODE is being booted 2016-08-29 13:56:23 +02:00
Aurora c96f96258f Only patch 2.x NATIVE_FIRM on A9LH 2016-08-29 01:58:01 +02:00
Aurora 82699f3e00 Merge readPin and verifyPin 2016-08-28 23:41:41 +02:00
Aurora e2d828a4a2 Fixed derp 2016-08-28 15:58:10 +02:00
Aurora 92328c6a7e Made it easier to change your PIN, added PIN file deletion when needed 2016-08-28 15:51:54 +02:00
Aurora 3f8ad17e86 Minor PIN cleanup and UI changes 2016-08-28 14:59:33 +02:00
Aurora 52999db43a Readability stuff 2016-08-28 14:41:18 +02:00
Aurora 760aa99709 Revert "Add back reboot patch on 2.x"
This reverts commit 51c514de84.
2016-08-28 12:33:00 +02:00
Aurora 317899b4bf Fix another derp 2016-08-28 02:56:46 +02:00
Aurora 4c93d2b1f9 Better to put this here 2016-08-28 02:49:53 +02:00
Aurora 71c5404bfe Fix derp 2016-08-28 02:41:00 +02:00
Aurora 9c5248b87a Cleanup previous commit 2016-08-28 02:38:52 +02:00
Aurora 94f0d873df Cleanup 2016-08-27 17:34:37 +02:00
Aurora d6f66d24fa Consistency 2016-08-27 16:11:37 +02:00
Aurora 31458e9938 Implement a new config file format which allows invalidating the config with new releases, fix config-related bugs, cleanup 2016-08-27 16:00:15 +02:00
Aurora c711ed6253 Added a different error for < 3.x NANDs as they can not be booted currently 2016-08-27 00:34:25 +02:00
Aurora 356268eae5 Welcome back to the 1,25s speed boost 2016-08-26 22:24:23 +02:00
Aurora 2dd64b8a92 Merge branch 'master' of https://github.com/AuroraWright/Luma3DS 2016-08-26 21:38:36 +02:00
Aurora b5cddedb7d Fix config derp 2016-08-26 21:38:03 +02:00
Aurora 60c4956290 Fix wrong bootconfig being picked up by 3ds_injector, cleanup 2016-08-26 18:44:39 +02:00
Aurora de3eb6ccd7 Merge branch 'master' into developer 2016-08-16 23:10:25 +02:00
Aurora 4f8c66b2b7 There would not be an use for this 2016-08-16 22:59:25 +02:00
Aurora 4d9cbc4e19 Fix fail 2016-08-16 22:46:41 +02:00
Aurora 40369d44df Pin cleanup 2016-08-16 22:39:02 +02:00
Aurora ee3720f0b7 Make loader more readable, use an array instead of a fixed location for the emuNAND test sector 2016-08-16 18:47:27 +02:00
Aurora e5dcca1c2b Update gitignore 2016-08-16 01:59:23 +02:00
Aurora ef8438a214 Update gitignore 2016-08-16 01:58:34 +02:00
Aurora bb117d3d74 Clear screens before turning on the backlight to mitigate previous FB contents persisting 2016-08-15 15:25:44 +02:00
Aurora c101653077 Clear screens before a power off/reboot 2016-08-15 14:46:33 +02:00
Aurora 5248b96f8a No need for this 2016-08-15 13:41:52 +02:00
Aurora 7ab59e420a Fix comment 2016-08-15 13:28:43 +02:00
Aurora 83a849126a Move stuff from firm.c (2) 2016-08-15 13:23:27 +02:00
Aurora c9c373f607 Move stuff from firm.c 2016-08-15 13:11:27 +02:00
Aurora aa7c2c0009 Various changes/cleanups, removed useless code, simplified chronometer functions 2016-08-15 03:51:48 +02:00
Aurora e4ed713fce Update FatFs to 0.12a 2016-07-20 15:07:13 +02:00
Aurora d3c507b0d4 Minor stuff 2016-07-20 00:11:59 +02:00
Aurora a68e14def3 Added error screen when booting an unsupported NAND with no firmware.bin or writing to the config fails, added code for creating the "luma" directory if it is missing 2016-07-18 23:07:28 +02:00
Aurora 8175642a2a Fix changing the brightness
Needs to be static for some reason
2016-07-18 21:57:31 +02:00
Aurora 8d1befea9e Rename "Updated SysNAND" to reflect its only new purpose 2016-07-18 19:10:41 +02:00
Aurora e7b8a0ef39 Force A9LH detection is not needed anymore 2016-07-18 18:53:23 +02:00
Aurora be6ee894f9 Fix firmware.bin loading 2016-07-18 17:28:04 +02:00
Aurora e0e8ed2113 Hardcode 9.6 FIRM version for firmware.bin 2016-07-18 17:13:46 +02:00
Aurora c63e46b1a9 Added FIRM version detection, removed firmware.bin loading unless an unsupported O3DS NATIVE_FIRM (pre-5.0) is being loaded, skip patching old unsupported O3DS AGB/TWL FIRMs, only apply 11.0 patches with 11.0 or greater 2016-07-18 16:58:29 +02:00
Aurora eb9c74a1ed Bool-ify 2016-07-18 15:46:29 +02:00
Aurora efd83e063e Remove code to skip the rbeoot patch on 9.0 as it is not needed anymore with A9LH and constitutes a brick risk 2016-07-18 15:40:31 +02:00
Aurora ae23a1c84d Fixed Luma allowing users to go to the configuration after AGB_FIRM quits 2016-07-18 15:09:04 +02:00