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(ch4_);
NSS(lastUpdate_);
NSS(cycleCounter_);
NSS(soVol_);
NSS(rsum_);
NSS(enabled_);

View File

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

View File

@ -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.