don't hook new mesa3d libs

This commit is contained in:
FunkyFr3sh 2024-05-16 21:08:47 +02:00
parent 0d1c635a84
commit d2d0be1264

View file

@ -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;