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