allow loading .brr samples directly

This commit is contained in:
tildearrow 2022-09-25 01:20:08 -05:00
parent d7c885774e
commit cbdf23efa7
3 changed files with 45 additions and 8 deletions

View file

@ -1556,9 +1556,9 @@ void FurnaceGUI::openFileDialog(FurnaceGUIFileDialogs type) {
if (!dirExists(workingDirSample)) workingDirSample=getHomeDir();
hasOpened=fileDialog->openLoad(
"Load Sample",
{"compatible files", "*.wav *.dmc",
{"compatible files", "*.wav *.dmc *.brr",
"all files", ".*"},
"compatible files{.wav,.dmc},.*",
"compatible files{.wav,.dmc,.brr},.*",
workingDirSample,
dpiScale
);