BG scroll. also fix silly bug.

This commit is contained in:
StapleButter
2017-01-20 15:27:56 +01:00
parent 7dba0121cb
commit 711375c0be
4 changed files with 23 additions and 17 deletions

View File

@ -45,6 +45,9 @@ private:
u32 DispCnt;
u16 BGCnt[4];
u16 BGXPos[4];
u16 BGYPos[4];
void DrawScanline_Mode1(u32 line, u16* dst);
void DrawBG_Text_4bpp(u32 line, u16* dst, u32 num);
};