Add compress support for softpal pgd image file

This commit is contained in:
2025-09-17 21:32:21 +08:00
parent 6e64a85950
commit 8afc11b943
5 changed files with 231 additions and 8 deletions

View File

@@ -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)]