summaryrefslogtreecommitdiff
path: root/src/sanitychecks.cpp
diff options
context:
space:
mode:
authorisanae <14251494+isanae@users.noreply.github.com>2019-12-12 14:51:42 -0500
committerisanae <14251494+isanae@users.noreply.github.com>2019-12-12 14:51:42 -0500
commit26158687a8a6d3f9eef38a8004f242cf8046268c (patch)
treecf37fd109a0664bedc8f2cd47eb2e0010cc1f1ad /src/sanitychecks.cpp
parentc3c1183308dbe00a14b8cf5e3c58e92bd9edfaf6 (diff)
added SS3DevProps.dll to checks
Diffstat (limited to 'src/sanitychecks.cpp')
-rw-r--r--src/sanitychecks.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/sanitychecks.cpp b/src/sanitychecks.cpp
index bdf762d9..6da42e79 100644
--- a/src/sanitychecks.cpp
+++ b/src/sanitychecks.cpp
@@ -227,7 +227,8 @@ int checkIncompatibleModule(const env::Module& m)
static const std::map<QString, QString> names = {
{"NahimicOSD.dll", "Nahimic"},
{"RTSSHooks64.dll", "RivaTuner Statistics Server"},
- {"SSAudioOSD.dll", "SteelSeries Audio"}
+ {"SSAudioOSD.dll", "SteelSeries Audio"},
+ {"SS3DevProps.dll", "Sonic Suite 3"}
};
const QFileInfo file(m.path());