mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 08:25:03 +00:00
[DMUSIC] Sync with Wine Staging 3.9. CORE-14656
This commit is contained in:
parent
979d53be2a
commit
e467e5ff1b
2 changed files with 3 additions and 3 deletions
|
@ -510,7 +510,7 @@ static HRESULT WINAPI synth_dmport_SetDirectSound(IDirectMusicPort *iface, IDire
|
|||
This->parent->dsound = NULL;
|
||||
}
|
||||
if (This->dsbuffer)
|
||||
IDirectSound_Release(This->dsbuffer);
|
||||
IDirectSoundBuffer_Release(This->dsbuffer);
|
||||
|
||||
This->dsound = dsound;
|
||||
This->dsbuffer = dsbuffer;
|
||||
|
@ -518,7 +518,7 @@ static HRESULT WINAPI synth_dmport_SetDirectSound(IDirectMusicPort *iface, IDire
|
|||
if (This->dsound)
|
||||
IDirectSound_AddRef(This->dsound);
|
||||
if (This->dsbuffer)
|
||||
IDirectSound_AddRef(This->dsbuffer);
|
||||
IDirectSoundBuffer_AddRef(This->dsbuffer);
|
||||
|
||||
return S_OK;
|
||||
}
|
||||
|
|
|
@ -32,7 +32,7 @@ reactos/dll/directx/wine/ddraw # Synced to WineStaging-3.9
|
|||
reactos/dll/directx/wine/devenum # Synced to WineStaging-3.9
|
||||
reactos/dll/directx/wine/dinput # Synced to WineStaging-3.9
|
||||
reactos/dll/directx/wine/dinput8 # Synced to WineStaging-3.3
|
||||
reactos/dll/directx/wine/dmusic # Synced to WineStaging-3.3
|
||||
reactos/dll/directx/wine/dmusic # Synced to WineStaging-3.9
|
||||
reactos/dll/directx/wine/dplay # Synced to WineStaging-3.3
|
||||
reactos/dll/directx/wine/dplayx # Synced to WineStaging-3.3
|
||||
reactos/dll/directx/wine/dsound # Synced to Wine-1.3.29
|
||||
|
|
Loading…
Reference in a new issue