d0k3
|
636e8ea348
|
Allow updating the .sha file if it doesn't match
fixes #285
|
2017-12-29 02:53:09 +01:00 |
|
d0k3
|
24f93a24c4
|
System Info: Also display the SD KeyY
|
2017-12-29 02:34:13 +01:00 |
|
d0k3
|
978f713a11
|
Added access to NVRAM to M: drive
|
2017-12-29 02:33:07 +01:00 |
|
d0k3
|
b5a0f6cfcf
|
Try to catch low space on game crypto and CIA build operations
|
2017-12-28 03:46:57 +01:00 |
|
d0k3
|
28ba5a85b3
|
README: Added hint about updating the essential backup
|
2017-12-28 02:34:06 +01:00 |
|
d0k3
|
7ce028aa72
|
SD formatter: allow using the full 11 chars
|
2017-12-27 17:12:01 +01:00 |
|
d0k3
|
973fef9eaf
|
Alphabet preview for string input
|
2017-12-27 16:33:19 +01:00 |
|
d0k3
|
e43b28e8bf
|
Scripting: Fix handling variable names
|
2017-12-26 18:24:25 +01:00 |
|
Ian Burgwin
|
e94adae363
|
Add a custom Python script "add2tar.py" to create the vram0 tar file
|
2017-12-25 01:54:28 +01:00 |
|
windows-server-2003
|
4ea35ef504
|
Scripting: Added strsplit command
|
2017-12-20 16:06:50 +01:00 |
|
d0k3
|
625d1e5bea
|
Scripting: Added labelsel command
|
2017-12-20 02:08:40 +01:00 |
|
d0k3
|
3c4b4236b3
|
Scripting: Some minor cosmetics
|
2017-12-20 01:06:56 +01:00 |
|
d0k3
|
52b3f128bf
|
Scripting: Allow PCX and custom text for preview
|
2017-12-20 00:13:31 +01:00 |
|
d0k3
|
c92a6fa164
|
Fix SCRIPT_RUNNER compiler warnings
|
2017-12-19 22:51:43 +01:00 |
|
d0k3
|
5ef4dda899
|
Update README credits
... also sneak in a fix for the last two typos
|
2017-12-19 22:44:54 +01:00 |
|
d0k3
|
75448571ea
|
Scripting: add 'elif' command
|
2017-12-19 22:34:05 +01:00 |
|
d0k3
|
32b9675c49
|
Added HIDE_HIDDEN build parameter
|
2017-12-19 22:34:05 +01:00 |
|
d0k3
|
61c93e1222
|
Update .gitignore
|
2017-12-19 22:34:05 +01:00 |
|
windows-server-2003
|
d70d67163c
|
add if,else,end,goto command
|
2017-12-19 22:34:05 +01:00 |
|
d0k3
|
1e36b3ca98
|
Fix NULL dereference
Thanks @AuroraWright!
|
2017-12-19 02:59:40 +01:00 |
|
d0k3
|
0b7076ced3
|
Safe Restore: ask to create a backup if not found
|
2017-12-19 01:10:08 +01:00 |
|
d0k3
|
c17a2a9155
|
Rewrote NAND safe restore for aeskeydb sector
|
2017-12-11 17:09:07 +01:00 |
|
d0k3
|
585172f810
|
Added the ability to install aeskeydb.bin to NAND
|
2017-12-11 14:55:44 +01:00 |
|
d0k3
|
de7fe6cfb9
|
Fix a typo in Makefile.common
|
2017-12-11 02:47:43 +01:00 |
|
d0k3
|
1a63575caa
|
Rewritten support file handling
Support files are now also accepted from CTRNAND.
|
2017-12-11 02:47:29 +01:00 |
|
d0k3
|
d8521dfdb9
|
Added TIMER_UNLOCK build parameter
|
2017-12-07 02:58:49 +01:00 |
|
d0k3
|
1cb2ca523c
|
Proper permission handling for the VRAM drive
|
2017-12-07 02:54:12 +01:00 |
|
d0k3
|
3dd8a4764e
|
Allow compiling multi-script autorunners
|
2017-12-07 02:01:15 +01:00 |
|
d0k3
|
38d3b4b4dc
|
Makefile: Use 7za instead of 7z
|
2017-12-05 18:38:57 +01:00 |
|
Wolfvak
|
0220230403
|
Replace QLZ with PCX for splash
|
2017-12-05 18:37:50 +01:00 |
|
d0k3
|
c63a6e26c8
|
README: Added some missing info
Thanks @SirNapkin1334
|
2017-12-05 00:10:16 +01:00 |
|
d0k3
|
87743357c3
|
FIRM installer: Allow Nintendo style entrypoints
|
2017-12-02 12:28:50 +01:00 |
|
d0k3
|
65358b5964
|
README viewer: return to ToC on B
|
2017-12-02 12:28:20 +01:00 |
|
d0k3
|
f653dade6e
|
Improve vram0 tar handling
|
2017-11-28 01:04:13 +01:00 |
|
profi200
|
9268a2f349
|
Fixed some bugs.
|
2017-11-27 00:48:05 +01:00 |
|
d0k3
|
63767e5eae
|
Updated build system
Includes better handling for FLAVOR now, AUTO_UNLOCK for unlock
sequences and setting SD_TIMEOUT from make
|
2017-11-24 18:21:02 +01:00 |
|
d0k3
|
9217116a68
|
Update I2C code to newest version
|
2017-11-24 02:48:56 +01:00 |
|
d0k3
|
7466e0a4ea
|
CTRtransfer: remove old SecureInfo_C before transfering
Fixes #267
|
2017-11-24 01:49:07 +01:00 |
|
d0k3
|
7d0a133d00
|
Fixed I2C_init() code (thanks @profi200)
|
2017-11-23 14:33:09 +01:00 |
|
DMSalesman
|
f157dcd542
|
README.md: Fixed typo and improved readability
|
2017-11-22 22:47:11 +01:00 |
|
d0k3
|
b4ee86d4ef
|
Simple confirmation instead of unlock sequence for FIRM boots
|
2017-11-22 22:39:40 +01:00 |
|
d0k3
|
da7599d05c
|
Fix: Recognizing file locks due to alias mounts
|
2017-11-22 03:17:57 +01:00 |
|
d0k3
|
bf2ce1a37c
|
Use random keysequences and increase length for dangerous ones
|
2017-11-22 03:17:57 +01:00 |
|
d0k3
|
534174e630
|
Moved color definitions to their own .h file
|
2017-11-22 03:17:57 +01:00 |
|
d0k3
|
44c31ab50a
|
Fix: Marking found entries in hex editor
|
2017-11-22 03:17:57 +01:00 |
|
d0k3
|
5132fb1271
|
Handle SRL as directory in vGame drive
|
2017-11-22 03:17:57 +01:00 |
|
d0k3
|
75791f1908
|
Fix: Unaligned file lengths in virtual TADs
Thanks @zoogie for pointing that one out.
|
2017-11-22 03:16:50 +01:00 |
|
d0k3
|
c18ac35d45
|
General fixes and cleanup
Thanks @Kazuma77 for pointing that stuff out!
|
2017-11-20 17:50:48 +01:00 |
|
d0k3
|
b5f2c64e77
|
NCCH crypto: Workaround for unrecognized seeds in internal SEEDDB
|
2017-11-20 17:01:43 +01:00 |
|
d0k3
|
ffc053a682
|
Fixed/improved release build goal
|
2017-11-17 20:48:51 +01:00 |
|