total extinction of legacy sample mode, part 4
prepare the conversion code...
This commit is contained in:
parent
183526cdbd
commit
f45bb97318
4 changed files with 19 additions and 0 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue