mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-20 16:28:41 +00:00
OGL: Fix OGL3 with stereo enabled
This commit is contained in:
parent
9122c868fe
commit
ed9c14e0d5
2 changed files with 4 additions and 1 deletions
|
@ -154,7 +154,8 @@ static void InitBackendInfo()
|
|||
|
||||
void VideoBackend::ShowConfig(void *_hParent)
|
||||
{
|
||||
InitBackendInfo();
|
||||
if (!s_BackendInitialized)
|
||||
InitBackendInfo();
|
||||
Host_ShowVideoConfig(_hParent, GetDisplayName(), "gfx_opengl");
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue