total extinction of legacy sample mode, part 4

prepare the conversion code...
This commit is contained in:
tildearrow 2025-11-08 20:15:40 -05:00
parent 183526cdbd
commit f45bb97318
4 changed files with 19 additions and 0 deletions

View file

@ -1166,6 +1166,9 @@ bool DivEngine::loadDMF(unsigned char* file, size_t len) {
ds.systemFlags[0].set("brokenPitch",true);
}
// always convert to normal sample mode (I have no idea how will I do export)
ds.convertLegacySampleMode();
ds.systemName=getSongSystemLegacyName(ds,!getConfInt("noMultiSystem",0));
if (active) quitDispatch();