Add support for Yu-Ris YSTD(Global counts) file (.ybn)

This commit is contained in:
2026-06-02 16:42:25 +08:00
parent 8c767fd9e9
commit 7b58e08299
5 changed files with 181 additions and 0 deletions

View File

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