nes: fix board hard reset. oops!
This commit is contained in:
parent
8cebe897cb
commit
86baf94dd4
|
@ -362,6 +362,8 @@ namespace BizHawk.Emulation.Consoles.Nintendo
|
|||
{
|
||||
Buffer.BlockCopy(board.SaveRam, 0, newboard.SaveRam, 0, board.SaveRam.Length);
|
||||
}
|
||||
board.Dispose();
|
||||
board = newboard;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue