mirror of
https://github.com/FunkyFr3sh/cnc-ddraw.git
synced 2025-03-25 01:57:47 +01:00
#364 add hack for intel hd 4000 build 10.18.10.5161
This commit is contained in:
parent
ebbdf370be
commit
f9f15f65e0
@ -250,7 +250,8 @@ static void ogl_build_programs()
|
|||||||
|
|
||||||
/* Hack for Intel HD 4000 driver bug - disable multipass shader */
|
/* 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 };
|
char shader_path_tmp[MAX_PATH] = { 0 };
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user