spacing
This commit is contained in:
parent
8e39d5ff8f
commit
03bc023644
|
@ -7675,7 +7675,7 @@ bool FurnaceGUI::init() {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
compatFormats+="*.dmc ";
|
compatFormats+="*.dmc ";
|
||||||
compatFormats+="*.brr";
|
compatFormats+="*.brr ";
|
||||||
|
|
||||||
compatFormats+="*.ppc ";
|
compatFormats+="*.ppc ";
|
||||||
compatFormats+="*.pps ";
|
compatFormats+="*.pps ";
|
||||||
|
@ -7683,7 +7683,7 @@ bool FurnaceGUI::init() {
|
||||||
compatFormats+="*.pdx ";
|
compatFormats+="*.pdx ";
|
||||||
compatFormats+="*.pzi ";
|
compatFormats+="*.pzi ";
|
||||||
compatFormats+="*.p86 ";
|
compatFormats+="*.p86 ";
|
||||||
compatFormats+="*.p";
|
compatFormats+="*.p ";
|
||||||
audioLoadFormats[1]=compatFormats;
|
audioLoadFormats[1]=compatFormats;
|
||||||
|
|
||||||
audioLoadFormats.push_back(_("NES DPCM data"));
|
audioLoadFormats.push_back(_("NES DPCM data"));
|
||||||
|
|
Loading…
Reference in a new issue