aboutsummaryrefslogtreecommitdiff
path: root/src/GPU2D.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/GPU2D.cpp')
-rw-r--r--src/GPU2D.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/GPU2D.cpp b/src/GPU2D.cpp
index fa05e79..cbe09d6 100644
--- a/src/GPU2D.cpp
+++ b/src/GPU2D.cpp
@@ -117,6 +117,7 @@ void GPU2D::Reset()
BGMosaicYMax = 0;
OBJMosaicY = 0;
OBJMosaicYMax = 0;
+ OBJMosaicYCount = 0;
BlendCnt = 0;
EVA = 16;
@@ -130,6 +131,7 @@ void GPU2D::Reset()
memset(DispFIFOBuffer, 0, 256*2);
CaptureCnt = 0;
+ CaptureLatch = false;
MasterBrightness = 0;