Cheat Editor - don't reference Global.Emulator
This commit is contained in:
parent
1a1116c651
commit
0b51a88a7d
|
@ -97,7 +97,7 @@ namespace BizHawk.Client.EmuHawk
|
||||||
|
|
||||||
NameBox.Text = string.Empty;
|
NameBox.Text = string.Empty;
|
||||||
|
|
||||||
if (Global.Emulator != null)
|
if (Core != null)
|
||||||
{
|
{
|
||||||
AddressBox.SetHexProperties(Core.MemoryDomains.MainMemory.Size);
|
AddressBox.SetHexProperties(Core.MemoryDomains.MainMemory.Size);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue