mirror of
https://github.com/lifegpc/msg-tool.git
synced 2026-06-08 05:48:46 +08:00
Enable fake compress for softpal pgd image by default
This commit is contained in:
@@ -450,7 +450,9 @@ pub struct ExtraConfig {
|
||||
/// Process tlg images.
|
||||
pub psb_process_tlg: bool,
|
||||
#[cfg(feature = "softpal-img")]
|
||||
/// Whether to use fake compression for Softpal Pgd images
|
||||
#[default(true)]
|
||||
/// Whether to use fake compression for Softpal Pgd images. Enabled by default.
|
||||
/// WARN: Compress may cause image broken.
|
||||
pub pgd_fake_compress: bool,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user