mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-13 15:59:23 +01:00
OGL: Fix OGL3 with stereo enabled
This commit is contained in:
parent
9122c868fe
commit
ed9c14e0d5
@ -154,7 +154,8 @@ static void InitBackendInfo()
|
||||
|
||||
void VideoBackend::ShowConfig(void *_hParent)
|
||||
{
|
||||
InitBackendInfo();
|
||||
if (!s_BackendInitialized)
|
||||
InitBackendInfo();
|
||||
Host_ShowVideoConfig(_hParent, GetDisplayName(), "gfx_opengl");
|
||||
}
|
||||
|
||||
|
@ -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()
|
||||
|
Loading…
x
Reference in New Issue
Block a user