mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
OGL: Fix OGL3 with stereo enabled
This commit is contained in:
@ -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()
|
||||
|
Reference in New Issue
Block a user