Correct the GameShark Menu Item.

This commit is contained in:
hegyak 2015-11-14 06:57:11 -08:00
parent c112a2b0a2
commit 1ba166af19
2 changed files with 2 additions and 1 deletions

View File

@ -1246,6 +1246,8 @@ namespace BizHawk.Client.EmuHawk
AutoHawkMenuItem.Visible = VersionInfo.DeveloperBuild;
BasicBotMenuItem.Enabled = GlobalWin.Tools.IsAvailable<BasicBot>();
gameSharkConverterToolStripMenuItem.Enabled = GlobalWin.Tools.IsAvailable<GameShark>();
}
private void AutoHawkMenuItem_Click(object sender, EventArgs e)

View File

@ -3981,7 +3981,6 @@ namespace BizHawk.Client.EmuHawk
{
//TODO:
//Wire up the Connection to the Object
gameSharkConverterToolStripMenuItem.Enabled = GlobalWin.Tools.IsAvailable<GameShark>();
GlobalWin.Tools.Load<GameShark>();
}