Oops, checked in a change to the interim flag, also updated the interim version to 1.1.0 interim while I was at it, change experimental status on some things in rom loader. Overall, this is a useless commit

This commit is contained in:
andres.delikat 2012-09-10 21:26:22 +00:00
parent be3b97ece0
commit 33969fd8bd
1 changed files with 4 additions and 4 deletions

View File

@ -23,8 +23,8 @@ namespace BizHawk.MultiClient
public partial class MainForm : Form
{
public bool INTERIM = false;
public const string EMUVERSION = "Version 1.0.6 interim";
public bool INTERIM = true;
public const string EMUVERSION = "Version 1.1.0 interim";
public const string RELEASEDATE = "June 17, 2012";
private Control renderTarget;
private RetainedViewportPanel retainedPanel;
@ -2616,10 +2616,10 @@ namespace BizHawk.MultiClient
"Savestate", "*.state",
"Atari 2600 (experimental)", "*.a26;*.bin;%ARCH%",
"Genesis (experimental)", "*.gen;*.smd;*.bin;*.cue;%ARCH%",
"Gameboy (experimental)", "*.gb;*.gbc;%ARCH%",
"Gameboy", "*.gb;*.gbc;%ARCH%",
"Colecovision (very experimental)", "*.col;%ARCH%",
"Intellivision (very experimental)", "*.int;*.bin;*.rom;%ARCH%",
"PSX Executables (experimental)", "*.exe",
"PSX Executables (very experimental)", "*.exe",
"All Files", "*.*");
}
else