Browse Source

win-capture: Add ApplicationFrameHost to game capture blacklist

The ApplicationFrameHost process is a sandbox process, and should not be
hooked.
jp9000 9 years ago
parent
commit
a5337605cd
1 changed files with 1 additions and 0 deletions
  1. 1 0
      plugins/win-capture/game-capture.c

+ 1 - 0
plugins/win-capture/game-capture.c

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