mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-05 12:25:05 +00:00
Address review comments
This commit is contained in:
parent
4354e4064b
commit
fbcd84d79b
1 changed files with 1 additions and 1 deletions
|
@ -1308,7 +1308,7 @@ void FurnaceGUI::openFileDialog(FurnaceGUIFileDialogs type) {
|
|||
// TODO supply loadable formats in a dynamic, scalable, "DRY" way.
|
||||
{"All compatible files", "*.fui *.dmp *.tfi *.vgi *.s3i *.sbi *.opli *.opni *.y12 *.bnk *.ff *.gyb *.opm *.wopl *.wopn",
|
||||
"Furnace Instrument", "*.fui",
|
||||
"Deflemask Preset", "*.dmp",
|
||||
"DefleMask Preset", "*.dmp",
|
||||
"TFM Music Maker Instrument", "*.tfi",
|
||||
"VGM Music Maker Instrument", "*.vgi",
|
||||
"Scream Tracker 3 Instrument", "*.s3i",
|
||||
|
|
Loading…
Reference in a new issue