From c772d4d0d558161f33fd289399fc61207b0056b3 Mon Sep 17 00:00:00 2001 From: Souryo Date: Thu, 28 Jan 2016 20:47:45 -0500 Subject: [PATCH] PPU: Fixed missing/bad sprites on scanline 0 --- Core/PPU.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/Core/PPU.cpp b/Core/PPU.cpp index fd4690b2..3313a3c7 100644 --- a/Core/PPU.cpp +++ b/Core/PPU.cpp @@ -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