mirror of
https://github.com/lifegpc/msg-tool.git
synced 2026-06-09 14:28:53 +08:00
Enable fake compress for softpal pgd image by default
This commit is contained in:
@@ -2061,7 +2061,7 @@ fn main() {
|
||||
#[cfg(feature = "emote-img")]
|
||||
psb_process_tlg: !arg.psb_no_process_tlg,
|
||||
#[cfg(feature = "softpal-img")]
|
||||
pgd_fake_compress: arg.pgd_fake_compress,
|
||||
pgd_fake_compress: !arg.pgd_compress,
|
||||
});
|
||||
match &arg.command {
|
||||
args::Command::Export { input, output } => {
|
||||
|
||||
Reference in New Issue
Block a user