psvgamesd icon indicating copy to clipboard operation
psvgamesd copied to clipboard

Add ISO compression

Open motoharu-gosuto opened this issue 7 years ago • 1 comments

This should be stream compression which is fast. Possible advised options are: https://github.com/lz4/lz4 https://github.com/facebook/zstd/releases

motoharu-gosuto avatar Aug 24 '17 00:08 motoharu-gosuto

I have added examples in this commit: ae67fd79fd4fb927805095ecfc5588c640e4b1ef This is an implementation of random access to lz4 compressed data. Currently roms are 99% encrypted so it makes no sense to compress them.

motoharu-gosuto avatar Aug 30 '17 22:08 motoharu-gosuto