PCE: one small thing missed in the revert operation
This commit is contained in:
parent
4a2d9dd0f1
commit
818b1d8016
|
@ -322,7 +322,6 @@ namespace BizHawk.Emulation.Cores.PCEngine
|
|||
|
||||
ser.Sync("ScanLine", ref ScanLine);
|
||||
ser.Sync("BackgroundY", ref BackgroundY);
|
||||
ser.Sync("latch_bgy", ref latch_bgy);
|
||||
ser.Sync("RCRCounter", ref RCRCounter);
|
||||
ser.Sync("ActiveLine", ref ActiveLine);
|
||||
ser.EndSection();
|
||||
|
|
Loading…
Reference in New Issue