mirror of
https://github.com/lifegpc/msg-tool.git
synced 2026-06-15 01:24:22 +08:00
Add compress support for softpal pgd image file
This commit is contained in:
@@ -449,6 +449,9 @@ pub struct ExtraConfig {
|
||||
#[default(true)]
|
||||
/// Process tlg images.
|
||||
pub psb_process_tlg: bool,
|
||||
#[cfg(feature = "softpal-img")]
|
||||
/// Whether to use fake compression for Softpal Pgd images
|
||||
pub pgd_fake_compress: bool,
|
||||
}
|
||||
|
||||
#[derive(Clone, Copy, Debug, ValueEnum, PartialEq, Eq, PartialOrd, Ord)]
|
||||
|
||||
Reference in New Issue
Block a user