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 28c5d24..aaef43f 100644
--- a/src/GPU.cpp
+++ b/src/GPU.cpp
@@ -716,6 +716,9 @@ void StartScanline(u32 line)
//NDS::ScheduleEvent(NDS::Event_LCD, true, LINE_CYCLES, StartScanline, line+1);
}
+ // checkme
+ if (line == 0) NDS::CheckDMAs(0, 0x03);
+
NDS::ScheduleEvent(NDS::Event_LCD, true, HBLANK_CYCLES, StartHBlank, line);
}