aboutsummaryrefslogtreecommitdiff
path: root/src/GPU3D.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/GPU3D.cpp')
-rw-r--r--src/GPU3D.cpp10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/GPU3D.cpp b/src/GPU3D.cpp
index 61629a7..ec395ad 100644
--- a/src/GPU3D.cpp
+++ b/src/GPU3D.cpp
@@ -612,6 +612,11 @@ void SetDisplaySettings(int scale, bool accel)
GLRenderer43::SetDisplaySettings(scale, accel);
}
+int GetScale()
+{
+ return GLRenderer43::GetScale();
+}
+
void MatrixLoadIdentity(s32* m)
@@ -2441,6 +2446,11 @@ u32* GetLine(int line)
return GLRenderer43::GetLine(line);
}
+void SetupAccelFrame()
+{
+ GLRenderer43::SetupAccelFrame();
+}
+
void WriteToGXFIFO(u32 val)
{