Oops, support .ws and a Wonderswan entry in the Open File dialog for non-developer builds

This commit is contained in:
adelikat 2014-06-09 21:02:27 +00:00
parent 92f417dade
commit 608023c632
1 changed files with 2 additions and 2 deletions

View File

@ -1710,7 +1710,7 @@ namespace BizHawk.Client.EmuHawk
else
{
ofd.Filter = FormatFilter(
"Rom Files", "*.nes;*.fds;*.sms;*.gg;*.sg;*.gb;*.gbc;*.pce;*.sgx;*.bin;*.smd;*.gen;*.md;*.smc;*.sfc;*.a26;*.a78;*.col;*.rom;*.cue;*.sgb;*.z64;*.v64;*.n64;*.wsc;*.xml;%ARCH%",
"Rom Files", "*.nes;*.fds;*.sms;*.gg;*.sg;*.gb;*.gbc;*.pce;*.sgx;*.bin;*.smd;*.gen;*.md;*.smc;*.sfc;*.a26;*.a78;*.col;*.rom;*.cue;*.sgb;*.z64;*.v64;*.n64;*.ws;*.wsc;*.xml;%ARCH%",
"Disc Images", "*.cue",
"NES", "*.nes;*.fds;%ARCH%",
"Super NES", "*.smc;*.sfc;*.xml;%ARCH%",
@ -1725,7 +1725,7 @@ namespace BizHawk.Client.EmuHawk
"Archive Files", "%ARCH%",
"Savestate", "*.state",
"Genesis", "*.gen;*.md;*.smd;*.bin;*.cue;%ARCH%",
"WonderSawn", "*.wsc;%ARCH%",
"WonderSawn", "*.ws;*.wsc;%ARCH%",
"All Files", "*.*");
}