win-capture: Add ApplicationFrameHost to game capture blacklist
The ApplicationFrameHost process is a sandbox process, and should not be hooked.
This commit is contained in:
parent
480d0e986f
commit
a5337605cd
@ -976,6 +976,7 @@ static const char *blacklisted_exes[] = {
|
|||||||
"devenv",
|
"devenv",
|
||||||
"taskmgr",
|
"taskmgr",
|
||||||
"systemsettings",
|
"systemsettings",
|
||||||
|
"applicationframehost",
|
||||||
"cmd",
|
"cmd",
|
||||||
NULL
|
NULL
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user