Cheat dialog - cheat editor - fix bug where it was using main memory to make size decisions

This commit is contained in:
adelikat 2015-01-13 01:51:02 +00:00
parent 17b4782474
commit d4155081d2
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ namespace BizHawk.Client.EmuHawk
if (Core != null)
{
AddressBox.SetHexProperties(Core.MemoryDomains.MainMemory.Size);
AddressBox.SetHexProperties(Core.MemoryDomains.CheatDomain.Size);
}
ValueBox.ByteSize =