mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-22 05:40:01 -06:00
OGL: Fix OGL3 with stereo enabled
This commit is contained in:
@ -154,7 +154,8 @@ static void InitBackendInfo()
|
||||
|
||||
void VideoBackend::ShowConfig(void *_hParent)
|
||||
{
|
||||
InitBackendInfo();
|
||||
if (!s_BackendInitialized)
|
||||
InitBackendInfo();
|
||||
Host_ShowVideoConfig(_hParent, GetDisplayName(), "gfx_opengl");
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user