aboutsummaryrefslogtreecommitdiff
path: root/GPU.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'GPU.cpp')
-rw-r--r--GPU.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/GPU.cpp b/GPU.cpp
index e153c4d..b5db5cb 100644
--- a/GPU.cpp
+++ b/GPU.cpp
@@ -837,6 +837,10 @@ void StartScanline(u32 line)
if (DispStat[0] & (1<<3)) NDS::TriggerIRQ(0, NDS::IRQ_VBlank);
if (DispStat[1] & (1<<3)) NDS::TriggerIRQ(1, NDS::IRQ_VBlank);
+
+ GPU2D_A->VBlank();
+ GPU2D_B->VBlank();
+ GPU3D::VBlank();
}
//NDS::ScheduleEvent(LINE_CYCLES, StartScanline, line+1);