Commit Graph

17 Commits

Author SHA1 Message Date
Connor Olding f8549315fe update binaries 2018-08-12 13:59:35 +02:00
Connor Olding c771a718b7 greatly simplify compressor loop
thanks byuu!
2018-08-12 13:58:32 +02:00
Connor Olding 155682e209 support all versions; rename output directories 2018-08-11 15:09:01 +02:00
Connor Olding 88430c89f0 update ignores 2018-08-11 14:56:02 +02:00
Connor Olding 441fb98695 update binaries 2018-08-11 14:41:06 +02:00
Connor Olding 0ee4adcb09 exhaustively check for errors 2018-08-11 14:36:50 +02:00
Connor Olding 66f196db6b remove 32/64-bit checks, add x86-64 executables 2018-08-11 04:59:23 +02:00
Connor Olding 124e6d9f2c mark files for no compression, reduce alignment
this fixes two files that weren't being dumped properly.
everything seems to be working now!
2018-08-11 04:41:21 +02:00
Connor Olding 431ee8e37d aggressively align data
this works on console now,
but locks up opening the main menu. same as emulator.
2018-08-10 11:57:54 +02:00
Connor Olding 6fa39070d6 forgot this file 2018-08-10 08:17:29 +02:00
Connor Olding 13c8d5694b support read-write overlap in C compressor 2018-08-10 08:16:52 +02:00
Connor Olding e489f7cb3f port compressor to C for speed 2018-08-10 06:58:07 +02:00
Connor Olding dd61083334 add "best" and "worst" compression modes 2018-08-10 05:51:50 +02:00
Connor Olding 0423c2f701 make syntax a little more consistent 2018-08-10 05:10:39 +02:00
Connor Olding 2553855a4d implement a basic compressor 2018-08-10 04:49:40 +02:00
Connor Olding f4bad735d2 implement preliminary file extractor 2018-08-09 10:50:26 +02:00
Connor Olding 1f6773592f init 2018-08-09 09:29:06 +02:00