uuuh we should only do it once per scanline

This commit is contained in:
Arisotura
2019-09-15 02:08:47 +02:00
parent e418b353e8
commit 58c2790ea3
2 changed files with 21 additions and 16 deletions

View File

@ -154,6 +154,7 @@ private:
template<bool mosaic> void DrawBG_Extended(u32 line, u32 bgnum);
template<bool mosaic> void DrawBG_Large(u32 line);
void ApplySpriteMosaicX();
void InterleaveSprites(u32 prio);
template<bool window> void DrawSprite_Rotscale(u16* attrib, u16* rotparams, u32 boundwidth, u32 boundheight, u32 width, u32 height, s32 xpos, s32 ypos);
template<bool window> void DrawSprite_Normal(u16* attrib, u32 width, s32 xpos, s32 ypos);