diff --git a/BizHawk.MultiClient/MainForm.cs b/BizHawk.MultiClient/MainForm.cs index d50f0a6b6f..1c3bf9a758 100644 --- a/BizHawk.MultiClient/MainForm.cs +++ b/BizHawk.MultiClient/MainForm.cs @@ -25,7 +25,7 @@ namespace BizHawk.MultiClient { public bool INTERIM = true; public const string EMUVERSION = "Version 1.1.0 interim"; - public const string RELEASEDATE = "June 17, 2012"; + public const string RELEASEDATE = "September 22, 2012"; private Control renderTarget; private RetainedViewportPanel retainedPanel; public string CurrentlyOpenRom; @@ -2732,10 +2732,11 @@ namespace BizHawk.MultiClient else { ofd.Filter = FormatFilter( - "Rom Files", "*.nes;*.sms;*.gg;*.sg;*.pce;*.sgx;*.bin;*.smd;*.rom;*.cue;%ARCH%", + "Rom Files", "*.nes;*.sms;*.gg;*.sg;*.gb;*.gbc;*.pce;*.sgx;*.bin;*.smd;*.rom;*.cue;%ARCH%", "Disc Images", "*.cue", "NES", "*.nes;%ARCH%", "Super NES", "*.smc;*.sfc;%ARCH%", + "Gameboy", "*.gb;*.gbc;%ARCH%", "Master System", "*.sms;*.gg;*.sg;%ARCH%", "PC Engine", "*.pce;*.sgx;*.cue;%ARCH%", "TI-83", "*.rom;%ARCH%", diff --git a/BizHawk.MultiClient/output/MakeRelease.bat b/BizHawk.MultiClient/output/MakeRelease.bat index a5ea00a7c5..9a34ecd5cf 100644 --- a/BizHawk.MultiClient/output/MakeRelease.bat +++ b/BizHawk.MultiClient/output/MakeRelease.bat @@ -1,3 +1,3 @@ del /s BizHawk.zip copy ..\..\SlimDx.dll -zip -X -9 -r BizHawk.zip BizHawk.MultiClient.exe DiscoHawk.exe *.dll ffmpeg.exe NesCarts.7z gamedb.txt gamedb*.txt NES\Palettes Lua \ No newline at end of file +zip -X -9 -r BizHawk.zip BizHawk.MultiClient.exe DiscoHawk.exe *.dll ffmpeg.exe NesCarts.7z gamedb.txt gamedb*.txt NES\Palettes Lua Gameboy\Palettes \ No newline at end of file