diff options
Diffstat (limited to 'Alc/winmm.c')
-rw-r--r-- | Alc/winmm.c | 2 |
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) |