clean up some stray fields missing from the savestate system
This commit is contained in:
parent
612e1ef800
commit
9d0cd2bbf4
|
@ -223,6 +223,7 @@ SYNCFUNC(PSG)
|
|||
SSS(ch3_);
|
||||
SSS(ch4_);
|
||||
NSS(lastUpdate_);
|
||||
NSS(cycleCounter_);
|
||||
NSS(soVol_);
|
||||
NSS(rsum_);
|
||||
NSS(enabled_);
|
||||
|
|
|
@ -840,6 +840,7 @@ SYNCFUNC(LCD)
|
|||
{
|
||||
SSS(ppu_);
|
||||
NSS(dmgColorsRgb32_);
|
||||
NSS(cgbColorsRgb32_);
|
||||
NSS(bgpData_);
|
||||
NSS(objpData_);
|
||||
SSS(eventTimes_);
|
||||
|
|
|
@ -1859,6 +1859,7 @@ SYNCFUNC(PPU)
|
|||
NSS(p_.spwordList);
|
||||
NSS(p_.nextSprite);
|
||||
NSS(p_.currentSprite);
|
||||
NSS(p_.layersMask);
|
||||
|
||||
EBS(p_.nextCallPtr, 0);
|
||||
EVS(p_.nextCallPtr, &M2_Ly0::f0_, 1);
|
||||
|
@ -1913,5 +1914,6 @@ SYNCFUNC(PPU)
|
|||
NSS(p_.endx);
|
||||
|
||||
NSS(p_.cgb);
|
||||
NSS(p_.cgbDmg);
|
||||
NSS(p_.weMaster);
|
||||
}
|
||||
|
|
Binary file not shown.
Loading…
Reference in New Issue