From f0154c4366445f8ef360c233e9bc11a33d75b922 Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Thu, 22 Apr 2021 03:00:05 -0700 Subject: Move declarations to a more appropriate header --- alc/helpers.cpp | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'alc/helpers.cpp') 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 -- cgit v1.2.3