CheatEdit - fix a logical error
This commit is contained in:
parent
b65bf1b5ae
commit
6e875625cd
|
@ -31,7 +31,7 @@ namespace BizHawk.Client.EmuHawk
|
||||||
|
|
||||||
private void CheatEdit_Load(object sender, EventArgs e)
|
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.Clear();
|
||||||
DomainDropDown.Items.AddRange(Core.MemoryDomains
|
DomainDropDown.Items.AddRange(Core.MemoryDomains
|
||||||
|
|
Loading…
Reference in New Issue