clean up some stray fields missing from the savestate system

This commit is contained in:
TiKevin83 2020-02-17 21:09:16 -05:00
parent 612e1ef800
commit 9d0cd2bbf4
4 changed files with 4 additions and 0 deletions

View File

@ -223,6 +223,7 @@ SYNCFUNC(PSG)
SSS(ch3_); SSS(ch3_);
SSS(ch4_); SSS(ch4_);
NSS(lastUpdate_); NSS(lastUpdate_);
NSS(cycleCounter_);
NSS(soVol_); NSS(soVol_);
NSS(rsum_); NSS(rsum_);
NSS(enabled_); NSS(enabled_);

View File

@ -840,6 +840,7 @@ SYNCFUNC(LCD)
{ {
SSS(ppu_); SSS(ppu_);
NSS(dmgColorsRgb32_); NSS(dmgColorsRgb32_);
NSS(cgbColorsRgb32_);
NSS(bgpData_); NSS(bgpData_);
NSS(objpData_); NSS(objpData_);
SSS(eventTimes_); SSS(eventTimes_);

View File

@ -1859,6 +1859,7 @@ SYNCFUNC(PPU)
NSS(p_.spwordList); NSS(p_.spwordList);
NSS(p_.nextSprite); NSS(p_.nextSprite);
NSS(p_.currentSprite); NSS(p_.currentSprite);
NSS(p_.layersMask);
EBS(p_.nextCallPtr, 0); EBS(p_.nextCallPtr, 0);
EVS(p_.nextCallPtr, &M2_Ly0::f0_, 1); EVS(p_.nextCallPtr, &M2_Ly0::f0_, 1);
@ -1913,5 +1914,6 @@ SYNCFUNC(PPU)
NSS(p_.endx); NSS(p_.endx);
NSS(p_.cgb); NSS(p_.cgb);
NSS(p_.cgbDmg);
NSS(p_.weMaster); NSS(p_.weMaster);
} }

Binary file not shown.