OGL: Fix OGL3 with stereo enabled

This commit is contained in:
degasus
2014-12-20 19:13:34 +01:00
parent 9122c868fe
commit ed9c14e0d5
2 changed files with 4 additions and 1 deletions

View File

@ -154,7 +154,8 @@ static void InitBackendInfo()
void VideoBackend::ShowConfig(void *_hParent)
{
InitBackendInfo();
if (!s_BackendInitialized)
InitBackendInfo();
Host_ShowVideoConfig(_hParent, GetDisplayName(), "gfx_opengl");
}