Skip to content

Commit 1465a1c

Browse files
committed
Set default compression to 5
1 parent 8c9a5b5 commit 1465a1c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

PSXPackager/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ public class Options
197197
[Option('v', "verbose", Required = false, HelpText = "Set output to verbose messages.")]
198198
public bool Verbose { get; set; }
199199

200-
[Option('l', "level", Required = false, HelpText = "Set compression level 0-9, default 9", Default = 9)]
200+
[Option('l', "level", Required = false, HelpText = "Set compression level 0-9, default 5", Default = 5)]
201201
public int CompressionLevel { get; set; }
202202

203203
[Option('o', "output", Required = true

README.MD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Since the 7zip library is being used, .7z, .rar, and .zip files are supported as
2828

2929
If the compressed file has multiple .bin files, PSXPackager will look for a .cue file and merge them into a single .bin file.
3030

31-
Set the compression level to a value from 0 to 9, with 0 being no compression and 9 being the highest compression level.
31+
Set the compression level to a value from 0 to 9, with 0 being no compression and 9 being the highest compression level. If not specified, it will default to 5.
3232

3333
## Convert a .PBP to a .BIN
3434

0 commit comments

Comments
 (0)