diff options
author | StapleButter <thetotalworm@gmail.com> | 2017-02-01 23:43:02 +0100 |
---|---|---|
committer | StapleButter <thetotalworm@gmail.com> | 2017-02-01 23:43:02 +0100 |
commit | 3451e41bd1bc5fd0d9471dfb8463f99de4f615ea (patch) | |
tree | 062d18c523618f7bc4f2aa5fa5b1b8a94fbda2b2 /GPU2D.h | |
parent | c19056a56469a96bac4bb4685136cfe21ed26e76 (diff) |
tile hflip/vflip for text BGs.
256-color mode for text BGs.
Diffstat (limited to 'GPU2D.h')
-rw-r--r-- | GPU2D.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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); |