mirror of
https://github.com/lifegpc/msg-tool.git
synced 2026-06-22 11:54:44 +08:00
Add new options
This commit is contained in:
@@ -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)]
|
||||
|
||||
Reference in New Issue
Block a user