VideoConfig: Limit the Stereo 3D option to the OpenGL backend.

This commit is contained in:
Jules Blok
2014-10-29 16:26:28 +01:00
parent 284be96cd5
commit 4fd943aedd
5 changed files with 7 additions and 1 deletions

View File

@ -138,6 +138,7 @@ static void InitBackendInfo()
//g_Config.backend_info.bSupportsDualSourceBlend = true; // is gpu dependent and must be set in renderer
//g_Config.backend_info.bSupportsEarlyZ = true; // is gpu dependent and must be set in renderer
g_Config.backend_info.bSupportsOversizedViewports = true;
g_Config.backend_info.bSupportsStereoscopy = true;
g_Config.backend_info.Adapters.clear();