aboutsummaryrefslogtreecommitdiffstats
path: root/Alc
diff options
context:
space:
mode:
Diffstat (limited to 'Alc')
-rw-r--r--Alc/winmm.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/Alc/winmm.c b/Alc/winmm.c
index 900d51db..69c58e13 100644
--- a/Alc/winmm.c
+++ b/Alc/winmm.c
@@ -196,6 +196,8 @@ static DWORD WINAPI PlaybackThreadProc(LPVOID lpParameter)
FrameSize = FrameSizeFromDevFmt(pDevice->FmtChans, pDevice->FmtType);
+ SetRTPriority();
+
while(GetMessage(&msg, NULL, 0, 0))
{
if(msg.message != WOM_DONE || pData->bWaveShutdown)