aboutsummaryrefslogtreecommitdiff
path: root/src/GPU3D.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/GPU3D.h')
-rw-r--r--src/GPU3D.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/GPU3D.h b/src/GPU3D.h
index 53712ad..68bc696 100644
--- a/src/GPU3D.h
+++ b/src/GPU3D.h
@@ -97,6 +97,7 @@ void Reset();
void DoSavestate(Savestate* file);
void SetEnabled(bool geometry, bool rendering);
+void SetScale(int scale);
void ExecuteCommand();
@@ -126,6 +127,8 @@ bool Init();
void DeInit();
void Reset();
+void SetScale(int scale);
+
void SetupRenderThread();
void VCount144();
@@ -141,6 +144,8 @@ bool Init();
void DeInit();
void Reset();
+void SetScale(int scale);
+
void VCount144();
void RenderFrame();
u32* GetLine(int line);