mirror of
https://github.com/fabiangreffrath/woof.git
synced 2025-09-26 22:44:30 -04:00
win midi: set a higher priority for the player thread
This commit is contained in:
parent
070cb84a41
commit
cff96ceca2
@ -413,6 +413,7 @@ void I_WIN_PlaySong(boolean looping)
|
||||
}
|
||||
|
||||
hPlayerThread = CreateThread(NULL, 0, (LPTHREAD_START_ROUTINE)PlayerProc, 0, 0, 0);
|
||||
SetThreadPriority(hPlayerThread, THREAD_PRIORITY_TIME_CRITICAL);
|
||||
}
|
||||
|
||||
void I_WIN_RegisterSong(void *data, int len)
|
||||
|
Loading…
x
Reference in New Issue
Block a user