aboutsummaryrefslogtreecommitdiff
path: root/GPU3D.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'GPU3D.cpp')
-rw-r--r--GPU3D.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/GPU3D.cpp b/GPU3D.cpp
index 1ee350e..a40e685 100644
--- a/GPU3D.cpp
+++ b/GPU3D.cpp
@@ -1169,6 +1169,11 @@ void VBlank()
NumPolygons = 0;
}
+u8* GetLine(int line)
+{
+ return SoftRenderer::GetLine(line);
+}
+
u8 Read8(u32 addr)
{