INTERIM the core selection menu item

This commit is contained in:
adelikat 2014-01-15 22:37:59 +00:00
parent 69a4d2d327
commit 3904951c60
1 changed files with 4 additions and 0 deletions

View File

@ -700,6 +700,10 @@ namespace BizHawk.Client.EmuHawk
private void ConfigSubMenu_DropDownOpened(object sender, EventArgs e)
{
ControllersMenuItem.Enabled = !(Global.Emulator is NullEmulator);
toolStripSeparator8.Visible =
coreSelectionToolStripMenuItem.Visible =
VersionInfo.INTERIM;
}
private void EnableMenuItem_DropDownOpened(object sender, EventArgs e)