mirror of
https://github.com/izzy2lost/Torch.git
synced 2026-07-06 00:18:35 -07:00
Fixed audio processing
This commit is contained in:
+2
-2
@@ -1507,9 +1507,9 @@ std::optional<YAML::Node> Companion::AddAsset(YAML::Node asset) {
|
||||
auto found = std::get<1>(decl.value());
|
||||
if(GetSafeNode<std::string>(found, "type") != type) {
|
||||
SPDLOG_ERROR("Asset clash detected {} vs {} at 0x{:X}", type, GetSafeNode<std::string>(found, "type"), offset);
|
||||
} else {
|
||||
return found;
|
||||
}
|
||||
|
||||
return found;
|
||||
}
|
||||
|
||||
auto rom = this->GetRomData();
|
||||
|
||||
Reference in New Issue
Block a user