cizia64 / CrossMix-OS

Enhanced OS for the TrimUI Smart Pro
GNU General Public License v3.0
56 stars 9 forks source link

ISO to CSO compression #54

Open Marcinbar opened 3 days ago

Marcinbar commented 3 days ago

Add tool to compress iso (PSP) file to cso.

eg. https://github.com/unknownbrackets/maxcso

cobaltgit commented 3 days ago

This sounds like it'd take a hell of a long time to accomplish on a weaker ARM chip like this one, however using maxcso --fast the speeds should be adequate enough

cobaltgit commented 3 days ago

On the topic of this, I've just managed to compile a maxcso binary for aarch64 linux, plus it'll require liblz4 + libuv libraries. Could partially add it in, no?