don't hook warcraft 2 HardwareCursor plugin
This commit is contained in:
parent
af9318a200
commit
ad9f234ceb
1 changed files with 1 additions and 0 deletions
|
@ -277,6 +277,7 @@ void hook_create(HOOKLIST* hooks)
|
|||
/* Don't hook reshade/swiftshader/mesa3d */
|
||||
if (_strcmpi(mod_filename, "opengl32") == 0 ||
|
||||
_strcmpi(mod_filename, "d3d9") == 0 ||
|
||||
_strcmpi(mod_filename, "HardwareCursor") == 0 ||
|
||||
_strcmpi(mod_filename, "Shw32") == 0)
|
||||
continue;
|
||||
|
||||
|
|
Loading…
Reference in a new issue