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:
parent
a8aa121ecd
commit
e8c0c21c7c
|
@ -615,7 +615,7 @@ namespace BizHawk.Client.EmuHawk
|
||||||
"File on Disk", _rom.Length, MemoryDomain.Endian.Little, i => _rom[i], (i, value) => _rom[i] = value);
|
"File on Disk", _rom.Length, MemoryDomain.Endian.Little, i => _rom[i], (i, value) => _rom[i] = value);
|
||||||
|
|
||||||
// <zeromus> THIS IS HORRIBLE.
|
// <zeromus> THIS IS HORRIBLE.
|
||||||
_domain = _romDomain;
|
SetMemoryDomain(_romDomain);
|
||||||
}
|
}
|
||||||
else if (pos < Global.Emulator.MemoryDomains.Count)
|
else if (pos < Global.Emulator.MemoryDomains.Count)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue