@@ -2077,13 +2077,13 @@ public static string RomFilter
20772077 if ( VersionInfo . DeveloperBuild )
20782078 {
20792079 return FormatFilter (
2080- "Rom Files" , "*.nes;*.fds;*.unf;*.sms;*.gg;*.sg;*.pce;*.sgx;*.bin;*.smd;*.rom;*.a26;*.a78;*.lnx;*.m3u;*.cue;*.ccd;*.exe;*.gb;*.gbc;*.gba;*.gen;*.md;*.32x;*.col;*.int;*.smc;*.sfc;*.prg;*.d64;*.g64;*.crt;*.tap;*.sgb;*.xml;*.z64;*.v64;*.n64;*.ws;*.wsc;*.dsk;*.do;*.po;*.vb;*.ngp;*.ngc;*.psf;*.minipsf;*.nsf;%ARCH%" ,
2080+ "Rom Files" , "*.nes;*.fds;*.unf;*.sms;*.gg;*.sg;*.pce;*.sgx;*.bin;*.smd;*.rom;*.a26;*.a78;*.lnx;*.m3u;*.cue;*.ccd;*.mds;*. exe;*.gb;*.gbc;*.gba;*.gen;*.md;*.32x;*.col;*.int;*.smc;*.sfc;*.prg;*.d64;*.g64;*.crt;*.tap;*.sgb;*.xml;*.z64;*.v64;*.n64;*.ws;*.wsc;*.dsk;*.do;*.po;*.vb;*.ngp;*.ngc;*.psf;*.minipsf;*.nsf;%ARCH%" ,
20812081 "Music Files" , "*.psf;*.minipsf;*.sid;*.nsf" ,
2082- "Disc Images" , "*.cue;*.ccd;*.m3u" ,
2082+ "Disc Images" , "*.cue;*.ccd;*.mds;*. m3u" ,
20832083 "NES" , "*.nes;*.fds;*.unf;*.nsf;%ARCH%" ,
20842084 "Super NES" , "*.smc;*.sfc;*.xml;%ARCH%" ,
20852085 "Master System" , "*.sms;*.gg;*.sg;%ARCH%" ,
2086- "PC Engine" , "*.pce;*.sgx;*.cue;*.ccd;%ARCH%" ,
2086+ "PC Engine" , "*.pce;*.sgx;*.cue;*.ccd;*.mds; %ARCH%" ,
20872087 "TI-83" , "*.rom;%ARCH%" ,
20882088 "Archive Files" , "%ARCH%" ,
20892089 "Savestate" , "*.state" ,
@@ -2095,7 +2095,7 @@ public static string RomFilter
20952095 "Gameboy Advance" , "*.gba;%ARCH%" ,
20962096 "Colecovision" , "*.col;%ARCH%" ,
20972097 "Intellivision" , "*.int;*.bin;*.rom;%ARCH%" ,
2098- "PlayStation" , "*.cue;*.ccd;*.m3u" ,
2098+ "PlayStation" , "*.cue;*.ccd;*.mds;*. m3u" ,
20992099 "PSX Executables (experimental)" , "*.exe" ,
21002100 "PSF Playstation Sound File" , "*.psf;*.minipsf" ,
21012101 "Commodore 64" , "*.prg; *.d64, *.g64; *.crt; *.tap;%ARCH%" ,
@@ -2109,17 +2109,17 @@ public static string RomFilter
21092109 }
21102110
21112111 return FormatFilter (
2112- "Rom Files" , "*.nes;*.fds;*.unf;*.sms;*.gg;*.sg;*.gb;*.gbc;*.gba;*.pce;*.sgx;*.bin;*.smd;*.gen;*.md;*.32x;*.smc;*.sfc;*.a26;*.a78;*.lnx;*.col;*.int;*.rom;*.m3u;*.cue;*.ccd;*.sgb;*.z64;*.v64;*.n64;*.ws;*.wsc;*.xml;*.dsk;*.do;*.po;*.psf;*.ngp;*.ngc;*.prg;*.d64;*.g64;*.minipsf;*.nsf;%ARCH%" ,
2113- "Disc Images" , "*.cue;*.ccd;*.m3u" ,
2112+ "Rom Files" , "*.nes;*.fds;*.unf;*.sms;*.gg;*.sg;*.gb;*.gbc;*.gba;*.pce;*.sgx;*.bin;*.smd;*.gen;*.md;*.32x;*.smc;*.sfc;*.a26;*.a78;*.lnx;*.col;*.int;*.rom;*.m3u;*.cue;*.ccd;*.mds;*. sgb;*.z64;*.v64;*.n64;*.ws;*.wsc;*.xml;*.dsk;*.do;*.po;*.psf;*.ngp;*.ngc;*.prg;*.d64;*.g64;*.minipsf;*.nsf;%ARCH%" ,
2113+ "Disc Images" , "*.cue;*.ccd;*.mds;*. m3u" ,
21142114 "NES" , "*.nes;*.fds;*.unf;*.nsf;%ARCH%" ,
21152115 "Super NES" , "*.smc;*.sfc;*.xml;%ARCH%" ,
2116- "PlayStation" , "*.cue;*.ccd;*.m3u" ,
2116+ "PlayStation" , "*.cue;*.ccd;*.mds;*. m3u" ,
21172117 "PSF Playstation Sound File" , "*.psf;*.minipsf" ,
21182118 "Nintendo 64" , "*.z64;*.v64;*.n64" ,
21192119 "Gameboy" , "*.gb;*.gbc;*.sgb;%ARCH%" ,
21202120 "Gameboy Advance" , "*.gba;%ARCH%" ,
21212121 "Master System" , "*.sms;*.gg;*.sg;%ARCH%" ,
2122- "PC Engine" , "*.pce;*.sgx;*.cue;*.ccd;%ARCH%" ,
2122+ "PC Engine" , "*.pce;*.sgx;*.cue;*.ccd;*.mds; %ARCH%" ,
21232123 "Atari 2600" , "*.a26;%ARCH%" ,
21242124 "Atari 7800" , "*.a78;%ARCH%" ,
21252125 "Atari Lynx" , "*.lnx;%ARCH%" ,
0 commit comments