Add support to DSC file in BSE encryped files

This commit is contained in:
2025-06-16 17:15:30 +08:00
parent b2b1d14acf
commit b98380fcd3
7 changed files with 189 additions and 5 deletions

View File

@@ -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)