1
0
mirror of https://github.com/FunkyFr3sh/cnc-ddraw.git synced 2025-03-14 22:03:27 +01:00

#380 disable Intel HD 4000 workaround for now

This commit is contained in:
FunkyFr3sh 2025-01-14 08:37:52 +01:00
parent f4b97bac8f
commit 1dc51c072c

View File

@ -253,8 +253,8 @@ static void ogl_build_programs()
if (_stricmp(g_oglu_version_long, "4.0.0 - Build 10.18.10.4252") == 0 ||
_stricmp(g_oglu_version_long, "4.0.0 - Build 10.18.10.5161") == 0)
{
shader_path[0] = 0;
g_config.shader[0] = 0;
//shader_path[0] = 0;
//g_config.shader[0] = 0;
}
/* detect common upscaling shaders and disable them if no upscaling is required */