win-capture: Add ApplicationFrameHost to game capture blacklist

The ApplicationFrameHost process is a sandbox process, and should not be
hooked.
master
jp9000 2016-12-15 20:08:35 -08:00
parent 480d0e986f
commit a5337605cd
1 changed files with 1 additions and 0 deletions

View File

@ -976,6 +976,7 @@ static const char *blacklisted_exes[] = {
"devenv",
"taskmgr",
"systemsettings",
"applicationframehost",
"cmd",
NULL
};