From a2bb7d576671881433157d17fd5343fe6c0ca73f Mon Sep 17 00:00:00 2001 From: degasus Date: Tue, 5 Mar 2013 18:35:30 +0100 Subject: [PATCH] initialize bSupportsDualSourceBlend only in renderer --- Source/Plugins/Plugin_VideoOGL/Src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Plugins/Plugin_VideoOGL/Src/main.cpp b/Source/Plugins/Plugin_VideoOGL/Src/main.cpp index 09482f00a9..a89b795e68 100644 --- a/Source/Plugins/Plugin_VideoOGL/Src/main.cpp +++ b/Source/Plugins/Plugin_VideoOGL/Src/main.cpp @@ -131,7 +131,7 @@ void InitBackendInfo() g_Config.backend_info.APIType = API_OPENGL; g_Config.backend_info.bUseRGBATextures = true; g_Config.backend_info.bSupports3DVision = false; - g_Config.backend_info.bSupportsDualSourceBlend = true; // but may be disabled for old gpus + //g_Config.backend_info.bSupportsDualSourceBlend = true; // is gpu depenend and must be set in renderer g_Config.backend_info.bSupportsFormatReinterpretation = false; g_Config.backend_info.bSupportsPixelLighting = true;