mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-12 13:00:32 +00:00
Tighten check to match only precisely renderdoc.dll, not just a suffix
This commit is contained in:
@@ -131,7 +131,7 @@ struct CachedHookData
|
||||
// renderdoc.dll, or tries to load it.
|
||||
if(strstr(lowername, "fraps") ||
|
||||
strstr(lowername, "gameoverlayrenderer") ||
|
||||
strstr(lowername, "renderdoc.dll"))
|
||||
strstr(lowername, "renderdoc.dll") == lowername)
|
||||
return;
|
||||
|
||||
// for safety (and because we don't need to), ignore these modules
|
||||
|
||||
Reference in New Issue
Block a user