Add new options

This commit is contained in:
2025-09-20 14:24:47 +08:00
parent 9b41742c0b
commit e794d558a8
4 changed files with 34 additions and 3 deletions

View File

@@ -2734,6 +2734,8 @@ fn main() {
psb_process_tlg: !arg.psb_no_process_tlg,
#[cfg(feature = "softpal-img")]
pgd_fake_compress: !arg.pgd_compress,
#[cfg(feature = "softpal-img")]
softpal_add_message_index: arg.softpal_add_message_index,
});
match &arg.command {
args::Command::Export { input, output } => {