mirror of
https://github.com/tildearrow/furnace.git
synced 2024-10-31 18:12:40 +00:00
enforce .dmf extension when saving as legacy
This commit is contained in:
parent
b80c24a948
commit
064b743507
1 changed files with 3 additions and 0 deletions
|
@ -4874,6 +4874,9 @@ bool FurnaceGUI::loop() {
|
||||||
checkExtension(".dmf");
|
checkExtension(".dmf");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
if (curFileDialog==GUI_FILE_SAVE_DMF_LEGACY) {
|
||||||
|
checkExtension(".dmf");
|
||||||
|
}
|
||||||
if (curFileDialog==GUI_FILE_SAMPLE_SAVE ||
|
if (curFileDialog==GUI_FILE_SAMPLE_SAVE ||
|
||||||
curFileDialog==GUI_FILE_EXPORT_AUDIO_ONE ||
|
curFileDialog==GUI_FILE_EXPORT_AUDIO_ONE ||
|
||||||
curFileDialog==GUI_FILE_EXPORT_AUDIO_PER_SYS ||
|
curFileDialog==GUI_FILE_EXPORT_AUDIO_PER_SYS ||
|
||||||
|
|
Loading…
Reference in a new issue