diff options
author | Chris Robinson <[email protected]> | 2009-12-01 23:15:09 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2009-12-01 23:15:09 -0800 |
commit | 6cfc31777b7cca6714cf926fbc6e491c00a3f836 (patch) | |
tree | e535e539c85a82d29fc0956ee477aae2e25bc85e /Alc/dsound.c | |
parent | 0e1e8503e0f6fb73d06ba0dff6e5b2771b1df856 (diff) |
Add an option for real-time priority mixing
Default to disable for now, as a safety precaution
Diffstat (limited to 'Alc/dsound.c')
-rw-r--r-- | Alc/dsound.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Alc/dsound.c b/Alc/dsound.c index 4a20b93e..e6294a43 100644 --- a/Alc/dsound.c +++ b/Alc/dsound.c @@ -134,7 +134,7 @@ static ALuint DSoundProc(ALvoid *ptr) DWORD avail; HRESULT err; - EnableRTPrio(); + EnableRTPrio(RTPrioLevel); memset(&DSBCaps, 0, sizeof(DSBCaps)); DSBCaps.dwSize = sizeof(DSBCaps); |