Fix crash & memory leak when opening hex editor with the N64 core loaded
This commit is contained in:
parent
0cc27a226b
commit
c4fa170b9e
|
@ -32,6 +32,7 @@ namespace BizHawk.Emulation.Common
|
||||||
_peek = peek;
|
_peek = peek;
|
||||||
_poke = poke;
|
_poke = poke;
|
||||||
Writable = poke != null;
|
Writable = poke != null;
|
||||||
|
WordSize = wordSize;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue