mirror of
https://github.com/FunkyFr3sh/cnc-ddraw.git
synced 2025-03-15 06:04:49 +01:00
don't hook new mesa3d libs
This commit is contained in:
parent
0d1c635a84
commit
d2d0be1264
@ -516,6 +516,8 @@ void hook_create(HOOKLIST* hooks, BOOL initial_hook)
|
||||
|
||||
/* Don't hook reshade/swiftshader/mesa3d */
|
||||
if (_strcmpi(mod_filename, "opengl32") == 0 ||
|
||||
_strcmpi(mod_filename, "libgallium_wgl") == 0 ||
|
||||
_strcmpi(mod_filename, "libglapi") == 0 ||
|
||||
_strcmpi(mod_filename, "d3d9") == 0 ||
|
||||
_strcmpi(mod_filename, "Shw32") == 0)
|
||||
continue;
|
||||
|
Loading…
x
Reference in New Issue
Block a user