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:
jp9000 2016-12-15 20:08:35 -08:00
parent 480d0e986f
commit a5337605cd

View File

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