diff options
author | Chris Robinson <chris.kcat@gmail.com> | 2021-04-22 03:00:05 -0700 |
---|---|---|
committer | Chris Robinson <chris.kcat@gmail.com> | 2021-04-22 03:00:05 -0700 |
commit | f0154c4366445f8ef360c233e9bc11a33d75b922 (patch) | |
tree | f207851792ac9573aba77989a61345dc4419b86c /alc/helpers.cpp | |
parent | 8f8e9aa91395901f3714023b889455a2e1859d46 (diff) |
Move declarations to a more appropriate header
Diffstat (limited to 'alc/helpers.cpp')
-rw-r--r-- | alc/helpers.cpp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/alc/helpers.cpp b/alc/helpers.cpp index 28cf2a0f..ae9ba4ba 100644 --- a/alc/helpers.cpp +++ b/alc/helpers.cpp @@ -41,6 +41,13 @@ #include "vector.h" +/* Mixing thread piority level */ +int RTPrioLevel{1}; + +/* Allow reducing the process's RTTime limit for RTKit. */ +bool AllowRTTimeLimit{true}; + + #ifdef _WIN32 #include <shlobj.h> |