[ChannelFHawk] Missed a syncing

This commit is contained in:
Asnivor 2024-09-06 18:40:08 +01:00
parent ad1887589d
commit c8327871af
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@ namespace BizHawk.Emulation.Cores.Consoles.ChannelF
ser.Sync(nameof(_latch_colour), ref _latch_colour);
ser.Sync(nameof(_latch_x), ref _latch_x);
ser.Sync(nameof(_latch_y), ref _latch_y);
ser.Sync(nameof(_pixelClockCounter), ref _pixelClockCounter);
ser.Sync(nameof(_pixelClocksRemaining), ref _pixelClocksRemaining);
ser.Sync(nameof(FrameClock), ref FrameClock);