Correct the GameShark Menu Item.
This commit is contained in:
parent
c112a2b0a2
commit
1ba166af19
|
@ -1246,6 +1246,8 @@ namespace BizHawk.Client.EmuHawk
|
||||||
AutoHawkMenuItem.Visible = VersionInfo.DeveloperBuild;
|
AutoHawkMenuItem.Visible = VersionInfo.DeveloperBuild;
|
||||||
|
|
||||||
BasicBotMenuItem.Enabled = GlobalWin.Tools.IsAvailable<BasicBot>();
|
BasicBotMenuItem.Enabled = GlobalWin.Tools.IsAvailable<BasicBot>();
|
||||||
|
|
||||||
|
gameSharkConverterToolStripMenuItem.Enabled = GlobalWin.Tools.IsAvailable<GameShark>();
|
||||||
}
|
}
|
||||||
|
|
||||||
private void AutoHawkMenuItem_Click(object sender, EventArgs e)
|
private void AutoHawkMenuItem_Click(object sender, EventArgs e)
|
||||||
|
|
|
@ -3981,7 +3981,6 @@ namespace BizHawk.Client.EmuHawk
|
||||||
{
|
{
|
||||||
//TODO:
|
//TODO:
|
||||||
//Wire up the Connection to the Object
|
//Wire up the Connection to the Object
|
||||||
gameSharkConverterToolStripMenuItem.Enabled = GlobalWin.Tools.IsAvailable<GameShark>();
|
|
||||||
GlobalWin.Tools.Load<GameShark>();
|
GlobalWin.Tools.Load<GameShark>();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue