NES - Mapper 45 - oops, add lock_regs flag to savestates

This commit is contained in:
adelikat 2012-07-28 15:42:57 +00:00
parent 678e60815e
commit 1fb7d9a8a6
1 changed files with 1 additions and 0 deletions

View File

@ -40,6 +40,7 @@ namespace BizHawk.Emulation.Consoles.Nintendo
public override void SyncState(Serializer ser)
{
ser.Sync("regs", ref regs);
ser.Sync("lock_regs", ref lock_regs);
base.SyncState(ser);
}