aboutsummaryrefslogtreecommitdiff
path: root/GPU2D.h
diff options
context:
space:
mode:
Diffstat (limited to 'GPU2D.h')
-rw-r--r--GPU2D.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/GPU2D.h b/GPU2D.h
index abf5cc9..cbc3fb5 100644
--- a/GPU2D.h
+++ b/GPU2D.h
@@ -41,6 +41,12 @@ public:
private:
u32 Num;
u16* Framebuffer;
+
+ u32 DispCnt;
+ u16 BGCnt[4];
+
+ void DrawScanline_Mode1(u32 line, u16* dst);
+ void DrawBG_Text_4bpp(u32 line, u16* dst, u32 num);
};
#endif