Merge pull request #1846 from techmetx11/tfm-music-maker-import
Support for TFM Music Maker files
This commit is contained in:
commit
5a39758fa3
6 changed files with 912 additions and 3 deletions
|
|
@ -1647,7 +1647,7 @@ void FurnaceGUI::openFileDialog(FurnaceGUIFileDialogs type) {
|
|||
if (!dirExists(workingDirSong)) workingDirSong=getHomeDir();
|
||||
hasOpened=fileDialog->openLoad(
|
||||
"Open File",
|
||||
{"compatible files", "*.fur *.dmf *.mod *.fc13 *.fc14 *.smod *.fc *.ftm *.0cc *.dnm *.eft *.fub",
|
||||
{"compatible files", "*.fur *.dmf *.mod *.fc13 *.fc14 *.smod *.fc *.ftm *.0cc *.dnm *.eft *.fub *.tfe",
|
||||
"all files", "*"},
|
||||
workingDirSong,
|
||||
dpiScale
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue