536 Commits

Author SHA1 Message Date
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
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
2017-07-11 20:55:53 +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
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
d0k3
78d9f1747a Godmode9 scripting support 2017-06-19 02:36:57 +02:00
d0k3
9661ffc940 Rewritten file copy / move routines 2017-06-14 14:45:09 +02:00
d0k3
65af709aa9 Improved ticket validation 2017-06-09 00:21:31 +02:00
d0k3
d785159827 Remove support for the secret_sector.bin support file 2017-06-07 12:42:24 +02:00
d0k3
10426d532e Changed fs -> filesys 2017-06-06 21:16:29 +02:00
d0k3
94b8588423 Improve vff.c / vff.h functionality 2017-06-06 21:14:19 +02:00
TuxSH
a27bd1f82d Fix TWL key 0x03 init for devkits 2017-06-05 13:48:12 +02:00
d0k3
a75f77ad13 Allow FIRM A9L decryption on devkits
... still needs testing
2017-06-05 13:32:07 +02:00
d0k3
ae96c058f8 Fix #82 2017-06-03 12:22:12 +02:00
d0k3
d704452c28 Updated BrahmaLoader submodule 2017-06-02 17:27:57 +02:00
d0k3
7bbaf17b42 Replace (u8*) with (void*) where applicable
... also changes sector0x96 workaround to OTP encrypt method
2017-06-01 16:12:16 +02:00
d0k3
9da76b94c6 Reduce ram drive size on sighax to 64MB
Don't use extended FCRAM, cause that's disabled
2017-06-01 01:19:30 +02:00
d0k3
7df545da18 Properly discard un-displayable UTF-16 chars
addresses #68
2017-05-31 23:42:33 +02:00
d0k3
7505c0b212 Allow setting up GW type EmuNANDs after SD format
addresses #69
2017-05-31 23:26:45 +02:00
d0k3
5694df0dad Sighax compatibility improvements
... this also removes the last remaining NAND offset hardcoding
2017-05-31 23:25:34 +02:00