ZXHawk: Interrupt bool missing from savestate
This commit is contained in:
parent
2bae423df8
commit
e0b417a9b5
|
@ -1049,6 +1049,8 @@ namespace BizHawk.Emulation.Cores.Computers.SinclairSpectrum
|
|||
ser.Sync("LastULATick", ref LastULATick);
|
||||
ser.Sync("ULACycleCounter", ref ULACycleCounter);
|
||||
ser.Sync("FrameEnd", ref FrameEnd);
|
||||
|
||||
ser.Sync("InterruptRaised", ref InterruptRaised);
|
||||
ser.EndSection();
|
||||
}
|
||||
|
||||
|
|
Binary file not shown.
Loading…
Reference in New Issue