jamie / ciso

PSP ISO compression tool

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ciso is a simple commandline utility to compress PSP iso files.

This package is an OSX port of a package provided by Ubuntu: http://packages.ubuntu.com/search?keywords=ciso

Installation

make
make install # (optional)

Usage

To decompress a cso file:

ciso 0 infile.cso outfile.iso

To compress an iso file:

ciso level infile.iso outfile.cso

where level ranges from 1 (fast, poor compression) to 9 (slow, high compression).

About

PSP ISO compression tool

License:GNU General Public License v2.0


Languages

Language:C 97.6%Language:Makefile 2.4%