Cheat Editor - don't reference Global.Emulator

This commit is contained in:
adelikat 2014-12-14 02:03:27 +00:00
parent 1a1116c651
commit 0b51a88a7d
1 changed files with 1 additions and 1 deletions

View File

@ -97,7 +97,7 @@ namespace BizHawk.Client.EmuHawk
NameBox.Text = string.Empty;
if (Global.Emulator != null)
if (Core != null)
{
AddressBox.SetHexProperties(Core.MemoryDomains.MainMemory.Size);
}