NES - Mapper 45 - oops, add lock_regs flag to savestates
This commit is contained in:
parent
678e60815e
commit
1fb7d9a8a6
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue