aboutsummaryrefslogtreecommitdiff
path: root/src/GPU.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/GPU.cpp')
-rw-r--r--src/GPU.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/GPU.cpp b/src/GPU.cpp
index d486e0c..680f08c 100644
--- a/src/GPU.cpp
+++ b/src/GPU.cpp
@@ -649,6 +649,9 @@ void StartScanline(u32 line)
else
DispStat[1] &= ~(1<<2);
+ GPU2D_A->CheckWindows(line);
+ GPU2D_B->CheckWindows(line);
+
if (line >= 2 && line < 194)
NDS::CheckDMAs(0, 0x03);
else if (line == 194)