Add export support for entis gls csx script (v1)

This commit is contained in:
2026-01-17 21:22:38 +08:00
parent ed4179473f
commit 3fa2cbec7a
6 changed files with 281 additions and 15 deletions

View File

@@ -564,6 +564,9 @@ pub struct ExtraConfig {
/// Maximum amount of blocks to split into (0 for unlimited, but this can give extreme results that hurt compression on some files).
/// Default value: 15.
pub zopfli_maximum_block_splits: u16,
#[cfg(feature = "entis-gls")]
/// Whether to disassemble Entis GLS csx script when exporting in custom mode.
pub entis_gls_csx_diasm: bool,
}
#[derive(Clone, Copy, Debug, ValueEnum, PartialEq, Eq, PartialOrd, Ord)]