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

@@ -454,6 +454,9 @@ pub struct ExtraConfig {
/// Whether to use fake compression for Softpal Pgd images. Enabled by default.
/// WARN: Compress may cause image broken.
pub pgd_fake_compress: bool,
#[cfg(feature = "softpal")]
/// Whether to add message index to Softpal src script when exporting.
pub softpal_add_message_index: bool,
}
#[derive(Clone, Copy, Debug, ValueEnum, PartialEq, Eq, PartialOrd, Ord)]