diff options
| author | isanae <14251494+isanae@users.noreply.github.com> | 2019-12-12 14:51:42 -0500 |
|---|---|---|
| committer | isanae <14251494+isanae@users.noreply.github.com> | 2019-12-12 14:51:42 -0500 |
| commit | 26158687a8a6d3f9eef38a8004f242cf8046268c (patch) | |
| tree | cf37fd109a0664bedc8f2cd47eb2e0010cc1f1ad /src/sanitychecks.cpp | |
| parent | c3c1183308dbe00a14b8cf5e3c58e92bd9edfaf6 (diff) | |
added SS3DevProps.dll to checks
Diffstat (limited to 'src/sanitychecks.cpp')
| -rw-r--r-- | src/sanitychecks.cpp | 3 |
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()); |
