mirror of
https://github.com/tildearrow/furnace.git
synced 2025-01-05 07:01:21 +00:00
port legacy dmf extension fix from 0.5-fixes
This commit is contained in:
parent
9ea26da44e
commit
27c1522085
1 changed files with 3 additions and 0 deletions
|
@ -4960,6 +4960,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