aboutsummaryrefslogtreecommitdiffstats
path: root/alc/helpers.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'alc/helpers.cpp')
-rw-r--r--alc/helpers.cpp7
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>