diff options
Diffstat (limited to 'src/GPU3D.cpp')
-rw-r--r-- | src/GPU3D.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/GPU3D.cpp b/src/GPU3D.cpp index 770c874..98aa6eb 100644 --- a/src/GPU3D.cpp +++ b/src/GPU3D.cpp @@ -624,6 +624,7 @@ int InitRenderer(bool hasGL) if (renderer == 0) SoftRenderer::Init(); Renderer = renderer; + UpdateRendererConfig(); GPU::SetDisplaySettings(Renderer != 0); return renderer; } |