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:
authorMikkel Krautz <mikkel@krautz.dk>2015-01-03 22:38:49 +0300
committerMikkel Krautz <mikkel@krautz.dk>2015-01-03 22:38:51 +0300
commit7f69c5123bf8d783417091bd418a7bb39ecaa9b1 (patch)
tree7eb87b29d77e62a8eb89c8f3e0086c55dab784ad /overlay
parenta2bb65964decc8c9de32789142ced2fb67e14405 (diff)
Add Far Cry 4 to the blacklist due to crashes with the x64 overlay.
See issue #1514 for more information.
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 04c7b1e9c..83a8df77e 100644
--- a/overlay/overlay_blacklist.h
+++ b/overlay/overlay_blacklist.h
@@ -67,6 +67,7 @@ static const char *overlayBlacklist[] = {
"HydraSysTray.exe", // Razer Hydra system tray
"devenv.exe", // Microsoft Visual Studio
"spotify.exe", // Spotify
+ "FarCry4.exe", // Far Cry 4 x64 overlay crash: https://github.com/mumble-voip/mumble/issues/1514
NULL
};