2D: implement large BG, fix non-large bitmap BG. fixes #61

This commit is contained in:
StapleButter
2017-07-05 19:31:13 +02:00
parent 678ae00e0a
commit 93ab7064b2
2 changed files with 106 additions and 21 deletions

View File

@ -114,6 +114,7 @@ private:
void DrawBG_Text(u32 line, u32* dst, u32 bgnum);
void DrawBG_Affine(u32 line, u32* dst, u32 bgnum);
void DrawBG_Extended(u32 line, u32* dst, u32 bgnum);
void DrawBG_Large(u32 line, u32* dst);
void InterleaveSprites(u32* buf, u32 prio, u32* dst);
void DrawSprites(u32 line, u32* dst);