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 3be8ee1..8c0588d 100644
--- a/src/GPU3D.cpp
+++ b/src/GPU3D.cpp
@@ -607,6 +607,11 @@ void SetEnabled(bool geometry, bool rendering)
if (!rendering) ResetRenderingState();
}
+void SetScale(int scale)
+{
+ GLRenderer43::SetScale(scale);
+}
+
void MatrixLoadIdentity(s32* m)