aboutsummaryrefslogtreecommitdiff
path: root/src/GPU3D.h
diff options
context:
space:
mode:
authorArisotura <thetotalworm@gmail.com>2020-05-30 03:19:20 +0200
committerArisotura <thetotalworm@gmail.com>2020-05-30 03:19:20 +0200
commitb62d90cbe4c5232f0fe8604bd5e11f8eccd48ba1 (patch)
treebfd0a5e6f30fc382170ec9402adea32f12ebc342 /src/GPU3D.h
parent82302c9bf48598f889d0942340c224852c1378c5 (diff)
parent993048dd241b59747a7b30edfc861eedd4c005c9 (diff)
Merge remote-tracking branch 'remotes/origin/master' into melonDSi
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();