mirror of
https://github.com/lifegpc/msg-tool.git
synced 2026-06-12 16:08:54 +08:00
Add support to DSC file in BSE encryped files
This commit is contained in:
@@ -231,6 +231,10 @@ pub enum ScriptType {
|
||||
#[value(alias = "ethornell-arc-v2", alias = "bgi-arc", alias = "ethornell-arc")]
|
||||
/// Buriko General Interpreter/Ethornell archive v2
|
||||
BGIArcV2,
|
||||
#[cfg(feature = "bgi-arc")]
|
||||
#[value(alias("ethornell-dsc"))]
|
||||
/// Buriko General Interpreter/Ethornell compressed file (DSC)
|
||||
BGIDsc,
|
||||
#[cfg(feature = "bgi-img")]
|
||||
#[value(alias("ethornell-img"))]
|
||||
/// Buriko General Interpreter/Ethornell image (Image files in sysgrp.arc)
|
||||
|
||||
Reference in New Issue
Block a user