Check explicitly for renderdoc.dll when ignoring hooks

* This means even an exe named "RenderDoc Test Case.exe" would be hooked
This commit is contained in:
baldurk
2016-05-09 21:51:57 +02:00
parent 281a3c93da
commit c79e4b847f
+1 -1
View File
@@ -131,7 +131,7 @@ struct CachedHookData
// renderdoc.dll, or tries to load it.
if(strstr(lowername, "fraps") ||
strstr(lowername, "gameoverlayrenderer") ||
strstr(lowername, "renderdoc"))
strstr(lowername, "renderdoc.dll"))
return;
// for safety (and because we don't need to), ignore these modules