default Coleco folder should be Coleco, not ColecoVision, also fix interim flag
This commit is contained in:
parent
83b38d9eb4
commit
0bcbddf1ae
|
@ -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");
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue