aboutsummaryrefslogtreecommitdiff
path: root/src/GPU.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/GPU.cpp')
-rw-r--r--src/GPU.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/GPU.cpp b/src/GPU.cpp
index dcf61a6..cef7095 100644
--- a/src/GPU.cpp
+++ b/src/GPU.cpp
@@ -721,6 +721,10 @@ void StartScanline(u32 line)
GPU2D_B->VBlank();
GPU3D::VBlank();
}
+ else if (VCount == 144)
+ {
+ GPU3D::VCount144();
+ }
else if (VCount == 215)
{
GPU3D::VCount215();