Add support for BGI ._bp script

This commit is contained in:
2025-06-08 09:25:54 +08:00
parent f7554f5969
commit a6e230eb7d
4 changed files with 177 additions and 0 deletions

View File

@@ -213,6 +213,10 @@ pub enum ScriptType {
#[value(alias("ethornell-bsi"))]
/// Buriko General Interpreter/Ethornell bsi script (._bsi)
BGIBsi,
#[cfg(feature = "bgi")]
#[value(alias("ethornell-bp"))]
/// Buriko General Interpreter/Ethornell bp script (._bp)
BGIBp,
#[cfg(feature = "escude-arc")]
/// Escude bin archive
EscudeArc,