PPU: Fixed missing/bad sprites on scanline 0

This commit is contained in:
Souryo 2016-01-28 20:47:45 -05:00
parent df8e66a5e7
commit c772d4d0d5

View file

@ -648,6 +648,7 @@ void PPU::ProcessPrerenderScanline()
if(_cycle >= 1 && _cycle <= 256) {
LoadTileInfo();
CopyOAMData();
} else if(_cycle >= 280 && _cycle <= 304) {
if(IsRenderingEnabled()) {
//copy vertical scrolling value from t