mirror of
https://github.com/reactos/wine.git
synced 2025-02-18 03:48:01 +00:00
xaudio2: Implement IXAudio27::Initialize.
This commit is contained in:
parent
4c12157c34
commit
7a23b9f0f8
@ -297,7 +297,7 @@ static HRESULT WINAPI XA27_Initialize(IXAudio27 *iface, UINT32 flags,
|
||||
{
|
||||
IXAudio2Impl *This = impl_from_IXAudio27(iface);
|
||||
TRACE("(%p)->(0x%x, 0x%x)\n", This, flags, processor);
|
||||
return E_NOTIMPL;
|
||||
return S_OK;
|
||||
}
|
||||
|
||||
static HRESULT WINAPI XA27_RegisterForCallbacks(IXAudio27 *iface,
|
||||
|
Loading…
x
Reference in New Issue
Block a user