extension tweak
This commit is contained in:
parent
24fb6ac5e6
commit
3c31d11c8b
|
@ -1667,7 +1667,7 @@ namespace BizHawk.Client.EmuHawk
|
|||
if (VersionInfo.INTERIM)
|
||||
{
|
||||
ofd.Filter = FormatFilter(
|
||||
"Rom Files", "*.nes;*.fds;*.sms;*.gg;*.sg;*.pce;*.sgx;*.bin;*.smd;*.rom;*.a26;*.a78;*.cue;*.exe;*.gb;*.gbc;*.gen;*.md;*.col;.int;*.smc;*.sfc;*.prg;*.d64;*.g64;*.crt;*.sgb;*.xml;*.z64;*.v64;*.n64;*.wsc;%ARCH%",
|
||||
"Rom Files", "*.nes;*.fds;*.sms;*.gg;*.sg;*.pce;*.sgx;*.bin;*.smd;*.rom;*.a26;*.a78;*.cue;*.exe;*.gb;*.gbc;*.gen;*.md;*.col;.int;*.smc;*.sfc;*.prg;*.d64;*.g64;*.crt;*.sgb;*.xml;*.z64;*.v64;*.n64;*.ws;*.wsc;%ARCH%",
|
||||
"Music Files", "*.psf;*.sid",
|
||||
"Disc Images", "*.cue",
|
||||
"NES", "*.nes;*.fds;%ARCH%",
|
||||
|
@ -1688,7 +1688,7 @@ namespace BizHawk.Client.EmuHawk
|
|||
"Commodore 64 (experimental)", "*.prg; *.d64, *.g64; *.crt;%ARCH%",
|
||||
"SID Commodore 64 Music File", "*.sid;%ARCH%",
|
||||
"Nintendo 64", "*.z64;*.v64;*.n64",
|
||||
"WonderSawn", "*.wsc;%ARCH%",
|
||||
"WonderSawn", "*.ws;*.wsc;%ARCH%",
|
||||
"All Files", "*.*");
|
||||
}
|
||||
else
|
||||
|
|
Loading…
Reference in New Issue