Somewhat implemented pattern decoding now (effects not implemented)

This commit is contained in:
techmetx11 2024-04-11 15:16:05 +00:00
parent 833ed614b6
commit 1de99ca6c6
No known key found for this signature in database
GPG key ID: 20E0C88A0E7E5AF2
2 changed files with 101 additions and 3 deletions

View file

@ -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