We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4b97ba commit 1dc51c0Copy full SHA for 1dc51c0
src/render_ogl.c
@@ -253,8 +253,8 @@ static void ogl_build_programs()
253
if (_stricmp(g_oglu_version_long, "4.0.0 - Build 10.18.10.4252") == 0 ||
254
_stricmp(g_oglu_version_long, "4.0.0 - Build 10.18.10.5161") == 0)
255
{
256
- shader_path[0] = 0;
257
- g_config.shader[0] = 0;
+ //shader_path[0] = 0;
+ //g_config.shader[0] = 0;
258
}
259
260
/* detect common upscaling shaders and disable them if no upscaling is required */
0 commit comments