diff options
author | Chris Robinson <[email protected]> | 2011-05-16 10:28:17 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2011-05-16 10:28:17 -0700 |
commit | 507d2f8afbd4e6c3bef034bfd02c7f46d52dc1e7 (patch) | |
tree | 2f6559c7b7e4dd19ab68dd5043e33b04377aace5 /Alc | |
parent | 54769a823e2a073b12e6dbc8889ff25a172239f7 (diff) |
Properly set the channel order for WinMM playback
Diffstat (limited to 'Alc')
-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 bdccdbfc..4be39b22 100644 --- a/Alc/winmm.c +++ b/Alc/winmm.c @@ -444,6 +444,8 @@ static ALCboolean WinMMResetPlayback(ALCdevice *device) device->Frequency = pData->Frequency; } + SetDefaultWFXChannelOrder(device); + pData->lWaveBuffersCommitted = 0; // Create 4 Buffers |