Fixed missing crc on soundfonts

This commit is contained in:
KiritoDv
2025-01-03 14:14:57 -06:00
committed by Lywx
parent 9b0c5c7420
commit 2e0af3410a
@@ -170,6 +170,7 @@ std::optional<std::shared_ptr<IParsedData>> AudioTableFactory::parse(std::vector
}
}
entry.crc = crc;
AudioContext::tables[type][addr].crc = crc;
entries.push_back(entry);
}