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:
parent
5bf67f1754
commit
1588ab19de
|
@ -2152,7 +2152,7 @@ int FCEUX_PPU_Loop(int skip) {
|
|||
runppu(20*kLineTime);
|
||||
ppur.status.sl = 0;
|
||||
runppu(242*kLineTime);
|
||||
ppudead = 0;
|
||||
--ppudead;
|
||||
goto finish;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue