mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-06 01:50:38 +00:00
check for vshost exe as well as other exes to detect replay app
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user