Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKissaki <kissaki@gmx.de>2015-09-20 02:58:25 +0300
committerKissaki <kissaki@gmx.de>2015-09-20 02:58:25 +0300
commitdf4485988ebed2e11d318a42158c6b0f31b022c6 (patch)
tree8757d72808854b0406e569d651836d5a4e692305 /overlay
parent95d966ce005b720f9c7948160b11217ec73aa785 (diff)
Add EpicGamesLauncher to default overlay blacklist
Diffstat (limited to 'overlay')
-rw-r--r--overlay/overlay_blacklist.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/overlay/overlay_blacklist.h b/overlay/overlay_blacklist.h
index 83a8df77e..d5a11bfbd 100644
--- a/overlay/overlay_blacklist.h
+++ b/overlay/overlay_blacklist.h
@@ -68,6 +68,7 @@ static const char *overlayBlacklist[] = {
"devenv.exe", // Microsoft Visual Studio
"spotify.exe", // Spotify
"FarCry4.exe", // Far Cry 4 x64 overlay crash: https://github.com/mumble-voip/mumble/issues/1514
+ "EpicGamesLauncher.exe", // Epic, Unreal Tournament launcher
NULL
};