total extinction of legacy sample mode, part 6
almost there
This commit is contained in:
parent
0f5455831a
commit
0ac7106e0e
2 changed files with 127 additions and 18 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue