total extinction of legacy sample mode, part 6

almost there
This commit is contained in:
tildearrow 2025-11-09 15:04:16 -05:00
parent 0f5455831a
commit 0ac7106e0e
2 changed files with 127 additions and 18 deletions

View file

@ -2190,7 +2190,9 @@ bool DivEngine::loadFur(unsigned char* file, size_t len, int variantID) {
recalcChans();
// removal of legacy sample mode
if (song.version<239) {
convertLegacySampleMode();
if (convertLegacySampleMode()) {
addWarning("Furnace no longer supports legacy sample mode. your song has been converted.");
}
}
saveLock.unlock();
BUSY_END;