fix: native io4 regression

This commit is contained in:
2025-04-15 18:27:42 +00:00
parent b82fcc942f
commit c7ddeb53e6
4 changed files with 8 additions and 0 deletions

View File

@ -181,6 +181,8 @@ impl Segatools {
IOSelection::Hardware => {
ini_out.with_section(Some("io4"))
.set("enable", "0");
ini_out.with_section(Some("slider"))
.set("enable", "0");
}
}
}