Add support for Yu-Ris YSVR(Variables) file (.ybn)

This commit is contained in:
2026-06-02 14:39:51 +08:00
parent 6de87fb8ea
commit 8c767fd9e9
5 changed files with 389 additions and 0 deletions

View File

@@ -938,6 +938,9 @@ pub enum ScriptType {
#[cfg(feature = "yuris")]
/// Yu-Ris YSLB(labels) file (.ybn)
YurisYSLB,
#[cfg(feature = "yuris")]
/// Yu-Ris YSVR(Variables) file (.ybn)
YurisYSVR,
#[cfg(feature = "yuris-img")]
/// YU-RIS compressed image file (.ydg)
YurisYDG,