Cheat dialog - cheat editor - fix bug where it was using main memory to make size decisions
This commit is contained in:
parent
17b4782474
commit
d4155081d2
|
@ -99,7 +99,7 @@ namespace BizHawk.Client.EmuHawk
|
||||||
|
|
||||||
if (Core != null)
|
if (Core != null)
|
||||||
{
|
{
|
||||||
AddressBox.SetHexProperties(Core.MemoryDomains.MainMemory.Size);
|
AddressBox.SetHexProperties(Core.MemoryDomains.CheatDomain.Size);
|
||||||
}
|
}
|
||||||
|
|
||||||
ValueBox.ByteSize =
|
ValueBox.ByteSize =
|
||||||
|
|
Loading…
Reference in New Issue