Fix crash & memory leak when opening hex editor with the N64 core loaded

This commit is contained in:
Isotarge 2016-05-09 18:42:21 +09:30
parent 0cc27a226b
commit c4fa170b9e
1 changed files with 1 additions and 0 deletions

View File

@ -32,6 +32,7 @@ namespace BizHawk.Emulation.Common
_peek = peek;
_poke = poke;
Writable = poke != null;
WordSize = wordSize;
}
}