default Coleco folder should be Coleco, not ColecoVision, also fix interim flag

This commit is contained in:
adelikat 2012-12-01 20:36:24 +00:00
parent 83b38d9eb4
commit 0bcbddf1ae
2 changed files with 2 additions and 2 deletions

View File

@ -187,7 +187,7 @@ namespace BizHawk.MultiClient
public string PathPSXCheats = Path.Combine(".", "Cheats");
public string PathPSXFirmwares = Path.Combine(".", "Firmwares");
public string BaseCOL = Path.Combine(".", "ColecoVision");
public string BaseCOL = Path.Combine(".", "Coleco");
public string PathCOLROMs = ".";
public string PathCOLSavestates = Path.Combine(".", "State");
public string PathCOLScreenshots = Path.Combine(".", "Screenshots");

View File

@ -25,7 +25,7 @@ namespace BizHawk.MultiClient
public partial class MainForm : Form
{
public bool INTERIM = false;
public bool INTERIM = true;
public const string EMUVERSION = "Version " + VersionInfo.MAINVERSION;
public const string RELEASEDATE = "October 20, 2012";
private Control renderTarget;