Un-interim the Core selection menu item

This commit is contained in:
adelikat 2014-04-27 01:13:12 +00:00
parent 9615ff7836
commit b3c7c44940
1 changed files with 0 additions and 4 deletions

View File

@ -679,10 +679,6 @@ 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)