aboutsummaryrefslogtreecommitdiff
path: root/GPU2D.h
diff options
context:
space:
mode:
Diffstat (limited to 'GPU2D.h')
-rw-r--r--GPU2D.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/GPU2D.h b/GPU2D.h
index 3376654..4136440 100644
--- a/GPU2D.h
+++ b/GPU2D.h
@@ -55,8 +55,10 @@ private:
u16 BGXPos[4];
u16 BGYPos[4];
- s32 BGXCenter[2];
- s32 BGYCenter[2];
+ s32 BGXRef[2];
+ s32 BGYRef[2];
+ s32 BGXRefInternal[2];
+ s32 BGYRefInternal[2];
s16 BGRotA[2];
s16 BGRotB[2];
s16 BGRotC[2];