aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/solaris.c
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2009-12-01 23:15:09 -0800
committerChris Robinson <[email protected]>2009-12-01 23:15:09 -0800
commit6cfc31777b7cca6714cf926fbc6e491c00a3f836 (patch)
treee535e539c85a82d29fc0956ee477aae2e25bc85e /Alc/solaris.c
parent0e1e8503e0f6fb73d06ba0dff6e5b2771b1df856 (diff)
Add an option for real-time priority mixing
Default to disable for now, as a safety precaution
Diffstat (limited to 'Alc/solaris.c')
-rw-r--r--Alc/solaris.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/Alc/solaris.c b/Alc/solaris.c
index 6cfaaa11..a6a0dda4 100644
--- a/Alc/solaris.c
+++ b/Alc/solaris.c
@@ -57,6 +57,8 @@ static ALuint SolarisProc(ALvoid *ptr)
ALint frameSize;
int wrote;
+ EnableRTPrio(RTPrioLevel);
+
frameSize = aluChannelsFromFormat(pDevice->Format) *
aluBytesFromFormat(pDevice->Format);