diff options
| author | isanae <14251494+isanae@users.noreply.github.com> | 2019-11-27 16:39:27 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-11-27 16:39:27 -0500 |
| commit | fb3c15094fded829b120274189b0b331a68b2afa (patch) | |
| tree | 767cf5dfa78b71ef888fdac3d115f941eab80688 /src/sanitychecks.cpp | |
| parent | aab91226b82563eaca16fdb7a86eb2ff1fde5a0a (diff) | |
| parent | d47fc5c973b5b17289c4915e911c4412956361ea (diff) | |
Merge pull request #911 from isanae/relative-path-in-exe
Allow relative paths for binaries in the executables settings
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 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()); |
