mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-06 23:58:04 -04:00
fixed some renderer regressions
git-svn-id: file:///home/notaz/opt/svn/PicoDrive@505 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
parent
9fd440ab06
commit
7292c709c8
2 changed files with 7 additions and 4 deletions
|
@ -772,6 +772,8 @@ static void DrawAllSpritesInterlace(int *hcache, int maxwidth, int pri, int sh)
|
|||
// Go through sprites backwards:
|
||||
for (i-- ;i>=0; i--)
|
||||
DrawSpriteInterlace(sprites[i]);
|
||||
|
||||
HighCacheS[0] = 1; // just to fool main code
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue