Hex Editor - fix a very annoying bug when using File on Disk that was caused by a very annoying thing, ugh

This commit is contained in:
adelikat 2014-03-24 02:25:26 +00:00
parent a8aa121ecd
commit e8c0c21c7c
1 changed files with 1 additions and 1 deletions

View File

@ -615,7 +615,7 @@ namespace BizHawk.Client.EmuHawk
"File on Disk", _rom.Length, MemoryDomain.Endian.Little, i => _rom[i], (i, value) => _rom[i] = value);
// <zeromus> THIS IS HORRIBLE.
_domain = _romDomain;
SetMemoryDomain(_romDomain);
}
else if (pos < Global.Emulator.MemoryDomains.Count)
{