fix: aimeio not applying

This commit is contained in:
2025-04-16 07:41:38 +00:00
parent c7ddeb53e6
commit d3145bfc4e
5 changed files with 25 additions and 3 deletions

View File

@ -134,6 +134,9 @@ impl Segatools {
if self.amnet.name.len() > 0 {
aimeio.set("serverName", &self.amnet.name);
}
} else if let Aime::Other(key) = &self.aime {
ini_out.with_section(Some("aimeio"))
.set("path", util::pkg_dir().join(key.to_string()).join("segatools").join("aimeio.dll").stringify()?);
}
} else {
ini_out.with_section(Some("aime"))