aboutsummaryrefslogtreecommitdiff
path: root/src/GPU3D.h
diff options
context:
space:
mode:
authorArisotura <thetotalworm@gmail.com>2020-05-29 21:36:26 +0200
committerGitHub <noreply@github.com>2020-05-29 21:36:26 +0200
commit0cadd4bd12bc824d010396c855fa450774e6f619 (patch)
tree7f404a52ff372a1e2e785db2b8cf11736f2f3212 /src/GPU3D.h
parentcd7487d53f8207277fc44f7983513fe6892a3409 (diff)
parent8ddd82ca2c7c8844a1d3c2cc7418d03976c9c52e (diff)
Merge pull request #635 from Arisotura/qt
Qt
Diffstat (limited to 'src/GPU3D.h')
-rw-r--r--src/GPU3D.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/GPU3D.h b/src/GPU3D.h
index 1fd3383..71f069d 100644
--- a/src/GPU3D.h
+++ b/src/GPU3D.h
@@ -102,10 +102,6 @@ void DoSavestate(Savestate* file);
void SetEnabled(bool geometry, bool rendering);
-int InitRenderer(bool hasGL);
-void DeInitRenderer();
-void UpdateRendererConfig();
-
void ExecuteCommand();
s32 CyclesToRunFor();
@@ -134,6 +130,7 @@ bool Init();
void DeInit();
void Reset();
+void SetRenderSettings(GPU::RenderSettings& settings);
void SetupRenderThread();
void VCount144();
@@ -149,7 +146,7 @@ bool Init();
void DeInit();
void Reset();
-void UpdateDisplaySettings();
+void SetRenderSettings(GPU::RenderSettings& settings);
void RenderFrame();
void PrepareCaptureFrame();