oops, add Atari 7800 to the Open ROM file dialog in non-interim builds
This commit is contained in:
parent
3d5b429789
commit
cc05370809
|
@ -3489,7 +3489,7 @@ namespace BizHawk.MultiClient
|
|||
else
|
||||
{
|
||||
ofd.Filter = FormatFilter(
|
||||
"Rom Files", "*.nes;*.fds;*.sms;*.gg;*.sg;*.gb;*.gbc;*.pce;*.sgx;*.bin;*.smd;*.gen;*.md;*.smc;*.sfc;*.a26;*.col;*.rom;*.cue;%ARCH%",
|
||||
"Rom Files", "*.nes;*.fds;*.sms;*.gg;*.sg;*.gb;*.gbc;*.pce;*.sgx;*.bin;*.smd;*.gen;*.md;*.smc;*.sfc;*.a26;*.a78;*.col;*.rom;*.cue;%ARCH%",
|
||||
"Disc Images", "*.cue",
|
||||
"NES", "*.nes;*.fds;%ARCH%",
|
||||
"Super NES", "*.smc;*.sfc;%ARCH%",
|
||||
|
@ -3497,6 +3497,7 @@ namespace BizHawk.MultiClient
|
|||
"Master System", "*.sms;*.gg;*.sg;%ARCH%",
|
||||
"PC Engine", "*.pce;*.sgx;*.cue;%ARCH%",
|
||||
"Atari 2600", "*.a26;%ARCH%",
|
||||
"Atari 7800", "*.a78;%ARCH%",
|
||||
"Colecovision", "*.col;%ARCH%",
|
||||
"TI-83", "*.rom;%ARCH%",
|
||||
"Archive Files", "%ARCH%",
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
static class VersionInfo
|
||||
{
|
||||
public const string MAINVERSION = "1.3.0";
|
||||
public const string MAINVERSION = "1.4.0";
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue