PCE: one small thing missed in the revert operation

This commit is contained in:
Asnivor 2018-09-26 10:28:38 +01:00
parent 4a2d9dd0f1
commit 818b1d8016
1 changed files with 0 additions and 1 deletions

View File

@ -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();