596 Commits

Author SHA1 Message Date
d0k3
45fef040ff Prevent race condition in main 2017-08-04 03:48:47 +02:00
Wolfvak
e121e72f1c Implemented FIRM booting 2017-08-04 03:48:47 +02:00
Wolfvak
15882e7111 Allow running GodMode9 in any environment 2017-08-04 03:48:46 +02:00
d0k3
d6490453ba Fix dumping NTR AGING cart 2017-07-29 14:22:46 +02:00
d0k3
3da6cf5c0e Fix case sensitive permission checks 2017-07-27 20:30:12 +02:00
d0k3
5f70cdc8fa Cleanup screeninit build directory 2017-07-27 20:29:53 +02:00
d0k3
e4a0d62d16 Scripting: add decrypt, encrypt, buildcia commands 2017-07-27 14:29:03 +02:00
d0k3
20c9b640d6 Miscelaneous small fixes 2017-07-27 14:26:59 +02:00
d0k3
f38697b156 Fix: TWL key init on certain A9LH chainloaders 2017-07-27 13:35:18 +02:00
d0k3
8e8df94aba Fix compiler warning 2017-07-26 22:35:53 +02:00
d0k3
b3373a2182 Fix text viewer line numbers 2017-07-26 22:35:53 +02:00
d0k3
c7322b478d Add screeninit to FIRM payload 2017-07-26 22:35:52 +02:00
d0k3
96f6f2f34b Scripting: add 'input' command 2017-07-26 14:14:12 +02:00
d0k3
3025329799 Scripting: add CURRDIR environmental variable 2017-07-26 14:08:29 +02:00
d0k3
3cfdc3dc77 Fixed a typo 2017-07-26 14:07:34 +02:00
d0k3
bba9c13506 More intuitive non-unlockable handling, fixes #128 2017-07-25 12:44:27 +02:00
Dave Murphy
748b77ad9c Allow parallel build 2017-07-24 14:16:54 +02:00
d0k3
9aeac540e5 Where/were typo - Fix #125 2017-07-24 14:08:22 +02:00
Dave Murphy
1f69db1bdb fix build with r47. Closes #119 2017-07-24 13:59:33 +02:00
d0k3
c60237a8c3 Poweroff LCD before reboot / poweroff
... fixes several MCU issues
v1.2.7
2017-07-11 20:55:53 +02:00
d0k3
730b88638d Include sample script in release archive 2017-07-11 20:55:18 +02:00
d0k3
cd9d480579 Updated readme file 2017-07-11 20:55:06 +02:00
d0k3
7b3438d458 'mount' / 'umount' -> 'imgmount' / 'imgumount' (in scripts) 2017-07-11 20:54:30 +02:00
d0k3
1a080c3029 Replaces spaces -> '_' in cart names 2017-07-10 22:46:51 +02:00
d0k3
cfe68b4ff9 FIRM loading needs boot9strap nightly 2017-07-10 22:46:51 +02:00
d0k3
804e5d5921 Improved timer reinits 2017-07-10 22:46:51 +02:00
d0k3
e434c5aac8 Updated I2C routines
Thank @profi200
2017-07-10 22:46:51 +02:00
d0k3
dc85dccd06 Fix timer stops on DS cart initialization 2017-07-06 00:59:21 +02:00
d0k3
102ad45905 Remove delays on I2C reads
... strangely seems to fix NDS cart inits
2017-07-04 21:06:12 +02:00
d0k3
b9eea8e92b Allow booting FIRM images
... works only with latest boot9strap nightly
2017-07-04 02:22:35 +02:00
d0k3
7522f73685 INPUT_PATHS -> SUPPORT_PATHS 2017-07-04 01:49:18 +02:00
d0k3
04985b9a4c Finished the textviewer 2017-07-04 01:49:17 +02:00
d0k3
488ea87e29 Safety confirmation before actual cancellation of copy/move/inject 2017-06-30 03:06:57 +02:00
d0k3
2f8c32d1ac Fix bad ETA on progress bar 2017-06-30 02:43:52 +02:00
d0k3
3080262786 Fix empty SysNAND Virtual Drive for corrupted NCSD 2017-06-30 02:42:25 +02:00
d0k3
dd2efaedc5 Added Textviewer (unfinished) 2017-06-28 23:35:51 +02:00
d0k3
9589731fa6 Show nagscreen if no embedded backup is found. 2017-06-23 17:28:09 +02:00
d0k3
f129100f88 Add SYSID0 & EMUID0 to script environment vars 2017-06-23 02:13:22 +02:00
d0k3
61712ce1fb Add a warning disclaimer when first running scripts 2017-06-23 01:41:23 +02:00
d0k3
754efbf112 Offer write permission relock after change
.. this also adds an error message on failed dir reads and removes an
unneeded check
2017-06-23 00:59:51 +02:00
d0k3
fc5637e86a Fix scripting flags handling for cp, mv, inject 2017-06-23 00:28:45 +02:00
d0k3
c240f3463d Fix data aborts on TWL MBR writes 2017-06-21 12:55:36 +02:00
d0k3
1ebfd74aa4 Include official scripts in release archive 2017-06-21 02:19:18 +02:00
d0k3
844b32c49d Use 0:/gm9/out and 0:/gm9/support instead of earlier paths 2017-06-21 02:18:30 +02:00
d0k3
d59c05876a Scipts menu in HOME -> more
.. scripts go to 0:/gm9/scripts
2017-06-21 01:04:36 +02:00
d0k3
27426eae44 Fix I2C delays 2017-06-20 00:26:57 +02:00
d0k3
2861b9516b Improved power functions 2017-06-20 00:23:49 +02:00
d0k3
17502ff5a1 Revised timer functions 2017-06-20 00:07:32 +02:00
Hikari-chin
093438413b Wait 3ms for i2c reads/writes to workaround N3DS MCU bugs 2017-06-19 02:36:57 +02:00
d0k3
dedf0f8327 Simplified RedNAND / EmuNAND options on SD format menu 2017-06-19 02:36:57 +02:00