add entis gls csx v1 disasm (ported from Crsky/EntisGLS_Tools)

This commit is contained in:
2026-01-17 17:30:41 +08:00
parent 3444c3ac65
commit ed4179473f
11 changed files with 1185 additions and 1 deletions

View File

@@ -162,6 +162,8 @@ lazy_static::lazy_static! {
Box::new(musica::sc::MusicaBuilder::new()),
#[cfg(feature = "musica-arc")]
Box::new(musica::archive::paz::PazArcBuilder::new()),
#[cfg(feature = "entis-gls")]
Box::new(entis_gls::csx::v1::CSXScriptBuilder::new()),
];
/// A list of all script extensions.
pub static ref ALL_EXTS: Vec<String> =