check for vshost exe as well as other exes to detect replay app

This commit is contained in:
baldurk
2014-05-08 22:20:48 +01:00
parent 3b4c2a909e
commit b30fe86658
+1
View File
@@ -56,6 +56,7 @@ BOOL add_hooks()
}
if(f.find(L"renderdoccmd.exe") != wstring::npos ||
f.find(L"renderdocui.vshost.exe") != wstring::npos ||
f.find(L"renderdocui.exe") != wstring::npos)
{
RDCDEBUG("Not creating hooks - in replay app");