aboutsummaryrefslogtreecommitdiff
path: root/GPU2D.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'GPU2D.cpp')
-rw-r--r--GPU2D.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/GPU2D.cpp b/GPU2D.cpp
index 6b4594e..906be66 100644
--- a/GPU2D.cpp
+++ b/GPU2D.cpp
@@ -243,6 +243,11 @@ void GPU2D::DrawScanline(u32 line)
}
}
+void GPU2D::VBlank()
+{
+ //
+}
+
template<u32 bgmode>
void GPU2D::DrawScanlineBGMode(u32 line, u32* spritebuf, u16* dst)