mirror of
https://github.com/lifegpc/msg-tool.git
synced 2026-06-08 13:58:50 +08:00
Add softpal pac archive support
This commit is contained in:
@@ -614,6 +614,12 @@ pub enum ScriptType {
|
||||
#[cfg(feature = "softpal")]
|
||||
/// Softpal src script
|
||||
Softpal,
|
||||
#[cfg(feature = "softpal-arc")]
|
||||
/// Softpal Pac archive
|
||||
SoftpalPac,
|
||||
#[cfg(feature = "softpal-arc")]
|
||||
/// Softpal Pac/AMUSE archive
|
||||
SoftpalPacAmuse,
|
||||
#[cfg(feature = "softpal-img")]
|
||||
#[value(alias = "pgd-ge", alias = "pgd")]
|
||||
/// Softpal Pgd Ge image
|
||||
|
||||
Reference in New Issue
Block a user