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>2012-12-15 15:11:48 +0400
committerKissaki <kissaki@gmx.de>2012-12-15 15:17:32 +0400
commit6ad5ea49a054e9a0dff21431906ea344f9bb28d6 (patch)
tree58cf794300b033f1ba77cf20026e436c2d0b1f16 /overlay
parent857b03a8265a8f5309e7c7f6f6bbe6fbc30af3dc (diff)
add RzSynapse.exe to overlay blacklist to prevent invisible hooking
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 2e76b11bb..20f07509d 100644
--- a/overlay/overlay_blacklist.h
+++ b/overlay/overlay_blacklist.h
@@ -61,6 +61,7 @@ static const char *overlayBlacklist[] = {
"LoLLauncher.exe", // League of Legends Launcher/Patcher
"acrobat.exe", // Adobe Acrobat
"Steam.exe", // Prevent invisible hooking
+ "RzSynapse.exe", // Prevent invisible hooking - Razer Synapse (settings online synchronization)
NULL
};