CheatEdit - fix a logical error

This commit is contained in:
adelikat 2014-12-13 22:33:46 +00:00
parent b65bf1b5ae
commit 6e875625cd
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ namespace BizHawk.Client.EmuHawk
private void CheatEdit_Load(object sender, EventArgs e)
{
if (Global.Emulator != null) // the designer needs this check
if (Core != null) // the designer needs this check
{
DomainDropDown.Items.Clear();
DomainDropDown.Items.AddRange(Core.MemoryDomains