mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
dmime: Properly set primary dsound buffer in IDirectMusicPerformance8Impl_CreateStandardAudioPath.
Fixes a regression introduced by b3d1b1f239
.
This commit is contained in:
parent
5c48752784
commit
cd5f11e941
1 changed files with 1 additions and 1 deletions
|
@ -1081,7 +1081,7 @@ static HRESULT WINAPI IDirectMusicPerformance8Impl_CreateStandardAudioPath(IDire
|
|||
create_dmaudiopath(&IID_IDirectMusicAudioPath, (void**)&pPath);
|
||||
set_audiopath_perf_pointer(pPath, iface);
|
||||
set_audiopath_dsound_buffer(pPath, buffer);
|
||||
set_audiopath_primary_dsound_buffer(pPath, buffer);
|
||||
set_audiopath_primary_dsound_buffer(pPath, primary_buffer);
|
||||
|
||||
*ppNewPath = pPath;
|
||||
|
||||
|
|
Loading…
Reference in a new issue