Changed ppudead to be ran for 2 frames, instead of 1 in the new ppu, this gets earthworm jim 3 to work again

This commit is contained in:
qeed 2009-08-16 17:13:04 +00:00
parent 5bf67f1754
commit 1588ab19de
1 changed files with 1 additions and 1 deletions

View File

@ -2152,7 +2152,7 @@ int FCEUX_PPU_Loop(int skip) {
runppu(20*kLineTime); runppu(20*kLineTime);
ppur.status.sl = 0; ppur.status.sl = 0;
runppu(242*kLineTime); runppu(242*kLineTime);
ppudead = 0; --ppudead;
goto finish; goto finish;
} }