tile hflip/vflip for text BGs.

256-color mode for text BGs.
This commit is contained in:
StapleButter
2017-02-01 23:43:02 +01:00
parent c19056a564
commit 3451e41bd1
4 changed files with 129 additions and 85 deletions

View File

@ -48,6 +48,7 @@ private:
u16 BGXPos[4];
u16 BGYPos[4];
template<u32 bgmode> void DrawScanlineBGMode(u32 line, u32* spritebuf, u16* dst);
void DrawScanline_Mode1(u32 line, u16* dst);
void DrawBG_Text_4bpp(u32 line, u16* dst, u32 num);