576 Commits

Author SHA1 Message Date
d0k3
2beb92305c Make renamer error message less misleading
Fixes #386
2018-06-13 13:27:11 +02:00
d0k3
63120f8a79 Workaround for dumping NTR-AKRJ-JPN
... this cart has a broken header, thus trimming is not possible.
2018-06-07 00:26:03 +02:00
d0k3
28c2f7b06e Actually wipe card2 gamecart savedata when dumping 2018-06-05 00:55:46 +02:00
d0k3
bdf635e39d Fix a potential buffer overflow
thanks @windows-server-2003 !
2018-06-04 00:52:45 +02:00
d0k3
0cbcce5579 sdmmc.c: Adjust eMMC clock to be in spec before switching to HS mode
.. and some cleanup
2018-06-04 00:52:44 +02:00
d0k3
568db1d471 Updated sdmmc.c driver with support for faster reading/writing
thanks @profi200
2018-05-31 23:21:48 +02:00
d0k3
5b72bfdf16 Shift-JIS workaround for NDS image mounting
Fixes #368
2018-05-24 16:59:37 +02:00
d0k3
a4a7b8f1e0 Fix GCC v8.1 (new dkA) warnings
... this also fixes #371
2018-05-24 01:08:00 +02:00
windows-server-2003
46f67e1d18 Fix sprintf format vulnerability 2018-05-17 00:29:03 +02:00
d0k3
5b413a9eb3 Increase MAX_DIR_ENTRIES
Fixes #360
2018-05-11 17:47:41 +02:00
d0k3
87890ebc83 Compatibility for mounting fb3ds.firm
This allows handling of the superhaxed fb3ds firm.
2018-05-11 17:45:39 +02:00
d0k3
3bfe2fca02 Scriptrunner: Only stop at splash with R+UP 2018-04-26 12:16:10 +02:00
d0k3
4d7f047caf Fix #359
Note to self: need to pay attention to this with every FatFS update.
2018-04-26 12:13:37 +02:00
d0k3
470cd95121 Scripting: keychk command 2018-04-25 23:32:22 +02:00
d0k3
0caf2a6cbb Scripting: add keysel command 2018-04-25 15:25:07 +02:00
Hyarion Sanyënóna
8628e18d35 Switch iteration order over RomFS's from "folders before files" to "files before folders".
* This should only affect the for loop in scripts, causing RomFS's to be read in the order described on 3DBrew.
2018-04-23 01:39:44 +02:00
d0k3
e6a966ccaf Update FatFS to R0.13b 2018-04-23 01:31:52 +02:00
d0k3
d076194d26 Fix #351 2018-04-23 01:11:00 +02:00
d0k3
c5c02a8d58 Disable PNG support when monitoring the heap 2018-04-19 00:43:35 +02:00
d0k3
20bc988676 Scripting: add sdump -w flag 2018-04-18 16:25:37 +02:00
d0k3
83c90b8afb Scripting: add sdump command 2018-04-18 02:14:59 +02:00
d0k3
3a7c7432ca Always read CTR carts in 1MB chunks
This fixes #346
2018-04-18 01:24:27 +02:00
d0k3
e09c9b6e1d Include GodMode9 version in exception dumps 2018-04-18 00:07:57 +02:00
d0k3
b0997fa687 Improved string display handling
should fix #344 for good
2018-04-17 23:44:53 +02:00
d0k3
2a6d5c79c0 Fix #344 2018-04-17 01:42:00 +02:00
d0k3
2e07189a1b Allow .code extraction for .3ds files 2018-04-17 00:50:17 +02:00
Hyarion
1a9bf41c9d Add support for BPS/BPM/IPS-formatted binary delta patches.
BPS standardization edits.

* Clean up headers.
* Move crc32.c to /crypto/.
* Rename beat.c to bps.c and move it to /system/ with the rest of the non-3DS file formats.

Allocate memory for Source and Target files when possible.

Last-minute BPS improvements.
* BPS fails more gracefully on error, freeing memory and showing a more detailed message.
* BPM no longer deletes the folder it patches to - that should be up to the user.
* BPM is scanned before patching to figure out the total output file size for a more accurate progress bar.

Add IPS support.
2018-04-17 00:49:29 +02:00
d0k3
4c97a09393 Add SHOW_FREE=1 and MONITOR_HEAP=1 build parameters 2018-04-16 01:02:30 +02:00
d0k3
ed6e7a2b91 H&S Injection: set savedata size to zero
Thanks @TurdPooCharger!
2018-04-13 17:12:17 +02:00
d0k3
4f8dfc1eaf Scripting: add fget & fset commands 2018-04-11 01:28:34 +02:00
windows-server-2003
b656f0d90b Fix 'SD is write locked' after SD ejection 2018-04-05 12:35:43 +02:00
windows-server-2003
53db497f88 Fix some typos 2018-04-05 12:35:33 +02:00
d0k3
1a0b3fcc5b Fix PNG viewer for 400x240px files 2018-04-04 23:41:12 +02:00
d0k3
f34fcf6fa3 Added GodMode64 and BrickedMode9 FLAVORs 2018-04-04 23:28:30 +02:00
d0k3
7bdc153ca2 Use SD FAT volume label for listing and formatter
Fixes #333
2018-04-03 22:56:53 +02:00
Wolfvak
8c121ae1d3 Faster PNG compression, enabled separate data and function sections. 2018-04-03 01:17:58 +02:00
Wolfvak
c6e3c0ee30 Save screenshots as PNGs. 2018-04-03 01:17:58 +02:00
Wolfvak
19209918a7 Deprecated PCX code in favor of PNG. 2018-04-03 01:17:58 +02:00
Wolfvak
03014a72ee Initial PNG support (courtesy of lodepng). 2018-04-03 01:17:58 +02:00
d0k3
cea5fe49f9 Fix ARM9 crashes with injected H&S apps 2018-03-27 00:28:24 +02:00
d0k3
9ab50ba68d Fix mounting TADs
... thanks @wolfvak for help fixing this.
2018-03-26 02:40:47 +02:00
d0k3
541d7650bb Fix Makefile output 2018-03-21 00:46:17 +01:00
d0k3
e03cc0b9c4 Beautified Makefile output 2018-03-20 00:56:37 +01:00
d0k3
3b5755fc28 seedDB building: detect empty seeddb 2018-03-19 01:11:48 +01:00
d0k3
46090fde0a Use datetime stamp for screenshot names 2018-03-17 18:09:43 +01:00
d0k3
05af82a4ad Fix UTF-16 handling for titles (3DS/NDS) 2018-03-17 17:00:10 +01:00
d0k3
3581ee97d8 Fix #325 2018-03-17 16:38:09 +01:00
d0k3
07b06b8552 Fix file corruption when copying dirs to A:/
thanks @ihaveamac for pointing this one out.
2018-03-16 18:46:53 +01:00
d0k3
ac514669a1 Properly handle UTF-8 filenames 2018-03-16 03:00:26 +01:00
d0k3
02f5abb877 Fix too menu entries in dir crashing GM9
... happened when there where more than 1024 entries.
2018-03-15 00:57:41 +01:00