FluidSynth: Add .sf3 as a recognized extension for SoundFonts

This commit is contained in:
Alexander Babikov
2025-06-08 12:11:10 +05:00
parent 1c02441706
commit 1943d6eb52

View File

@@ -324,7 +324,7 @@ static const device_config_t fluidsynth_config[] = {
.type = CONFIG_FNAME,
.default_string = NULL,
.default_int = 0,
.file_filter = "SF2 Sound Fonts (*.sf2)|*.sf2",
.file_filter = "SoundFont files (*.sf2 *.sf3)|*.sf2,*.sf3",
.spinner = { 0 },
.selection = { { 0 } },
.bios = { { 0 } }