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

#364 add hack for intel hd 4000 build 10.18.10.5161

This commit is contained in:
FunkyFr3sh 2024-12-11 18:52:35 +01:00
parent ebbdf370be
commit f9f15f65e0

View File

@ -250,7 +250,8 @@ static void ogl_build_programs()
/* Hack for Intel HD 4000 driver bug - disable multipass shader */
if (_stricmp(g_oglu_version_long, "4.0.0 - Build 10.18.10.4252") == 0)
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)
{
char shader_path_tmp[MAX_PATH] = { 0 };