aboutsummaryrefslogtreecommitdiff
path: root/GPU2D.h
diff options
context:
space:
mode:
Diffstat (limited to 'GPU2D.h')
-rw-r--r--GPU2D.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/GPU2D.h b/GPU2D.h
index b65644c..f26e92a 100644
--- a/GPU2D.h
+++ b/GPU2D.h
@@ -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);