issues
search
dimok789
/
ddd
WiiU Title Dumper
GNU General Public License v3.0
69
stars
15
forks
source link
Fix issue #7 and other minor changes.
#11
Closed
dkosmari
closed
8 years ago
dkosmari
commented
8 years ago
Fixed improper usage of memcpy that could corrupt dumped files.
Added Ctrl+C interrupt handler to terminate titledumper cleanly.
Added an assert to abort titledumper when a file could be lost.
Added a few missing headers.
dimok789
commented
8 years ago
Looking good. Even added a signal handler. Thanks.