Update YSTB disasm code

This commit is contained in:
2026-06-01 18:12:44 +08:00
parent 906c72faaf
commit c63b766110
5 changed files with 338 additions and 39 deletions

View File

@@ -667,6 +667,9 @@ pub struct ExtraConfig {
/// Path to the ysc.ybn file
pub yuris_ysc_path: Option<String>,
#[cfg(feature = "yuris")]
/// Path to the ysl.ybn file
pub yuris_ysl_path: Option<String>,
#[cfg(feature = "yuris")]
/// Disasm Yu-RIS YSTB (.ybn) file
pub yuris_ystb_disasm: bool,
}