Save Monitor for all Monitor MemoryDomains

appends 596bd03ebe for speedup for those domains
This commit is contained in:
Morilli 2022-07-03 23:48:48 +02:00
parent 596bd03ebe
commit fe22d61b3a
1 changed files with 2 additions and 0 deletions

View File

@ -293,6 +293,7 @@ namespace BizHawk.Emulation.Common
Writable = writable;
WordSize = wordSize;
_monitor = monitor;
Monitor = _monitor;
}
}
@ -382,6 +383,7 @@ namespace BizHawk.Emulation.Common
Writable = writable;
WordSize = 2;
_monitor = monitor;
Monitor = _monitor;
}
}