aboutsummaryrefslogtreecommitdiff
path: root/src/GPU2D.h
diff options
context:
space:
mode:
authorStapleButter <thetotalworm@gmail.com>2017-07-23 15:31:09 +0200
committerStapleButter <thetotalworm@gmail.com>2017-07-23 15:31:09 +0200
commite6f5507c9e73ee2bdb7089cb9588c769c170b57c (patch)
treea995ee68e1763d0b5cba0ed755e48236de8c50cd /src/GPU2D.h
parentf869975a51c4338b926322f627c9e083d6103a4b (diff)
add some more GPU IO
Diffstat (limited to 'src/GPU2D.h')
-rw-r--r--src/GPU2D.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/GPU2D.h b/src/GPU2D.h
index affcc75..3e9dc36 100644
--- a/src/GPU2D.h
+++ b/src/GPU2D.h
@@ -91,6 +91,9 @@ private:
bool Win0Active;
bool Win1Active;
+ u8 BGMosaicSize[2];
+ u8 OBJMosaicSize[2];
+
u16 BlendCnt;
u16 BlendAlpha;
u8 EVA, EVB;