Skip to content

Commit 1dc51c0

Browse files
committed
#380 disable Intel HD 4000 workaround for now
1 parent f4b97ba commit 1dc51c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/render_ogl.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -253,8 +253,8 @@ static void ogl_build_programs()
253253
if (_stricmp(g_oglu_version_long, "4.0.0 - Build 10.18.10.4252") == 0 ||
254254
_stricmp(g_oglu_version_long, "4.0.0 - Build 10.18.10.5161") == 0)
255255
{
256-
shader_path[0] = 0;
257-
g_config.shader[0] = 0;
256+
//shader_path[0] = 0;
257+
//g_config.shader[0] = 0;
258258
}
259259

260260
/* detect common upscaling shaders and disable them if no upscaling is required */

0 commit comments

Comments
 (0)