summaryrefslogtreecommitdiff
path: root/src/sanitychecks.cpp
diff options
context:
space:
mode:
authorisanae <14251494+isanae@users.noreply.github.com>2019-11-27 16:37:58 -0500
committerisanae <14251494+isanae@users.noreply.github.com>2019-11-27 16:37:58 -0500
commitd47fc5c973b5b17289c4915e911c4412956361ea (patch)
tree767cf5dfa78b71ef888fdac3d115f941eab80688 /src/sanitychecks.cpp
parentaab91226b82563eaca16fdb7a86eb2ff1fde5a0a (diff)
allow relative paths for binaries in the executables settings
added SSAudioOSD.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 a767e8f9..330735ed 100644
--- a/src/sanitychecks.cpp
+++ b/src/sanitychecks.cpp
@@ -222,7 +222,8 @@ int checkIncompatibleModule(const env::Module& m)
static const std::map<QString, QString> names = {
{"NahimicOSD.dll", "Nahimic"},
- {"RTSSHooks64.dll", "RivaTuner Statistics Server"}
+ {"RTSSHooks64.dll", "RivaTuner Statistics Server"},
+ {"SSAudioOSD.dll", "SteelSeries Audio"}
};
const QFileInfo file(m.path());