aboutsummaryrefslogtreecommitdiff
path: root/src/GPU3D.cpp
diff options
context:
space:
mode:
authorArisotura <thetotalworm@gmail.com>2019-05-24 02:29:16 +0200
committerArisotura <thetotalworm@gmail.com>2019-05-24 02:29:16 +0200
commit0bb3321262fcdff4edc3636e7301db70e5ff0533 (patch)
tree4f78498130c6486202d2863e51dcfe7e78e5c384 /src/GPU3D.cpp
parent79ea104931fd50039dd903eb6a12f40235e6f004 (diff)
getting somewhere??
Diffstat (limited to 'src/GPU3D.cpp')
-rw-r--r--src/GPU3D.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/GPU3D.cpp b/src/GPU3D.cpp
index 115b31f..770c874 100644
--- a/src/GPU3D.cpp
+++ b/src/GPU3D.cpp
@@ -624,6 +624,7 @@ int InitRenderer(bool hasGL)
if (renderer == 0) SoftRenderer::Init();
Renderer = renderer;
+ GPU::SetDisplaySettings(Renderer != 0);
return renderer;
}