add -fast to readme
This commit is contained in:
parent
c9e004e18b
commit
640d86bc2e
1 changed files with 6 additions and 2 deletions
|
@ -15,13 +15,17 @@ To use exhal (the decompressor):
|
||||||
exhal romfile offset outfile
|
exhal romfile offset outfile
|
||||||
|
|
||||||
To insert compressed data into a ROM:
|
To insert compressed data into a ROM:
|
||||||
inhal infile romfile offset
|
inhal [-fast] infile romfile offset
|
||||||
|
|
||||||
To write compressed data to a new file:
|
To write compressed data to a new file:
|
||||||
inhal -n infile outfile
|
inhal [-fast] -n infile outfile
|
||||||
|
|
||||||
Offsets can be specified in either hexadecimal (recommended) or decimal.
|
Offsets can be specified in either hexadecimal (recommended) or decimal.
|
||||||
|
|
||||||
|
Using the -fast switch results in compression which is about 3 to 4 times faster, but with
|
||||||
|
slightly larger output data. Use this if you don't care about data sizes being 100% identical
|
||||||
|
to the original compressed data.
|
||||||
|
|
||||||
This is a list of games which are known to use the supported compression method, or are assumed
|
This is a list of games which are known to use the supported compression method, or are assumed
|
||||||
to, based on a binary search of the games' ROMs:
|
to, based on a binary search of the games' ROMs:
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue