fixed some renderer regressions
[picodrive.git] / Pico / Draw.c
index 019fdc0..47edb75 100644 (file)
@@ -772,6 +772,8 @@ static void DrawAllSpritesInterlace(int *hcache, int maxwidth, int pri, int sh)
   // Go through sprites backwards:\r
   for (i-- ;i>=0; i--)\r
     DrawSpriteInterlace(sprites[i]);\r
+\r
+  HighCacheS[0] = 1; // just to fool main code\r
 }\r
 \r
 \r