aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Alc/ALc.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/Alc/ALc.c b/Alc/ALc.c
index 9423ebc3..e778c95e 100644
--- a/Alc/ALc.c
+++ b/Alc/ALc.c
@@ -560,7 +560,11 @@ static void alc_initconfig(void)
InitHrtf();
+#ifdef _WIN32
+ RTPrioLevel = GetConfigValueInt(NULL, "rt-prio", 1);
+#else
RTPrioLevel = GetConfigValueInt(NULL, "rt-prio", 0);
+#endif
DefaultResampler = GetConfigValueInt(NULL, "resampler", RESAMPLER_DEFAULT);
if(DefaultResampler >= RESAMPLER_MAX || DefaultResampler <= RESAMPLER_MIN)