This commit is contained in:
freq-mod 2024-08-13 13:55:20 +02:00
parent 8e39d5ff8f
commit 03bc023644

View file

@ -7675,7 +7675,7 @@ bool FurnaceGUI::init() {
#endif
compatFormats+="*.dmc ";
compatFormats+="*.brr";
compatFormats+="*.brr ";
compatFormats+="*.ppc ";
compatFormats+="*.pps ";
@ -7683,7 +7683,7 @@ bool FurnaceGUI::init() {
compatFormats+="*.pdx ";
compatFormats+="*.pzi ";
compatFormats+="*.p86 ";
compatFormats+="*.p";
compatFormats+="*.p ";
audioLoadFormats[1]=compatFormats;
audioLoadFormats.push_back(_("NES DPCM data"));