From ed9c14e0d5ba9b73b4ab4fa30d7d80ad49c5ead4 Mon Sep 17 00:00:00 2001 From: degasus Date: Sat, 20 Dec 2014 19:13:34 +0100 Subject: OGL: Fix OGL3 with stereo enabled --- Source/Core/VideoCommon/VideoConfig.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Source/Core/VideoCommon/VideoConfig.cpp') diff --git a/Source/Core/VideoCommon/VideoConfig.cpp b/Source/Core/VideoCommon/VideoConfig.cpp index d0f02dd327..63f55ba612 100644 --- a/Source/Core/VideoCommon/VideoConfig.cpp +++ b/Source/Core/VideoCommon/VideoConfig.cpp @@ -118,6 +118,8 @@ void VideoConfig::Load(const std::string& ini_file) // triplicated for each video backend. if (bEnableShaderDebugging) OSD::AddMessage("Warning: Shader Debugging is enabled, performance will suffer heavily", 15000); + + VerifyValidity(); } void VideoConfig::GameIniLoad() -- cgit v1.2.3