Browse Source

win-capture: Blacklist chrome/firefox from game capture

jp9000 8 years ago
parent
commit
5b8a0a2777
1 changed files with 2 additions and 0 deletions
  1. 2 0
      plugins/win-capture/game-capture.c

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

@@ -911,6 +911,8 @@ static const char *blacklisted_exes[] = {
 	"origin",
 	"origin",
 	"devenv",
 	"devenv",
 	"taskmgr",
 	"taskmgr",
+	"chrome",
+	"firefox",
 	"systemsettings",
 	"systemsettings",
 	"applicationframehost",
 	"applicationframehost",
 	"cmd",
 	"cmd",