aboutsummaryrefslogtreecommitdiff
path: root/src/GPU3D.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/GPU3D.cpp')
-rw-r--r--src/GPU3D.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/GPU3D.cpp b/src/GPU3D.cpp
index e199d9a..9b41830 100644
--- a/src/GPU3D.cpp
+++ b/src/GPU3D.cpp
@@ -2500,6 +2500,11 @@ void VCount144()
if (GPU::Renderer == 0) SoftRenderer::VCount144();
}
+void RestartFrame()
+{
+ if (GPU::Renderer == 0) SoftRenderer::SetupRenderThread();
+}
+
bool YSort(Polygon* a, Polygon* b)
{