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