allow Firmwares dialog in release builds
This commit is contained in:
parent
35455b9821
commit
0005be19a4
|
@ -26,7 +26,7 @@ namespace BizHawk.MultiClient
|
||||||
{
|
{
|
||||||
public partial class MainForm : Form
|
public partial class MainForm : Form
|
||||||
{
|
{
|
||||||
public static bool INTERIM = true;
|
public static bool INTERIM = false;
|
||||||
public const string EMUVERSION = "Version " + VersionInfo.MAINVERSION;
|
public const string EMUVERSION = "Version " + VersionInfo.MAINVERSION;
|
||||||
public const string RELEASEDATE = "March 23, 2013";
|
public const string RELEASEDATE = "March 23, 2013";
|
||||||
public string CurrentlyOpenRom;
|
public string CurrentlyOpenRom;
|
||||||
|
@ -4045,7 +4045,6 @@ namespace BizHawk.MultiClient
|
||||||
private void configToolStripMenuItem_DropDownOpened(object sender, EventArgs e)
|
private void configToolStripMenuItem_DropDownOpened(object sender, EventArgs e)
|
||||||
{
|
{
|
||||||
controllersToolStripMenuItem.Enabled = !(Global.Emulator is NullEmulator);
|
controllersToolStripMenuItem.Enabled = !(Global.Emulator is NullEmulator);
|
||||||
firmwaresToolStripMenuItem.Visible = INTERIM;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
private void firmwaresToolStripMenuItem_Click(object sender, EventArgs e)
|
private void firmwaresToolStripMenuItem_Click(object sender, EventArgs e)
|
||||||
|
|
Loading…
Reference in New Issue