d3drm: Improve IDirect3DRMDeviceX_Update stub.

This commit is contained in:
André Hentschel 2012-06-07 13:52:08 +02:00 committed by Alexandre Julliard
parent 2c6f238281
commit 95bedf4c11
1 changed files with 2 additions and 2 deletions

View File

@ -241,7 +241,7 @@ static HRESULT WINAPI IDirect3DRMDevice2Impl_Update(IDirect3DRMDevice2* iface)
FIXME("(%p/%p)->(): stub\n", iface, This);
return E_NOTIMPL;
return D3DRM_OK;
}
static HRESULT WINAPI IDirect3DRMDevice2Impl_AddUpdateCallback(IDirect3DRMDevice2* iface,
@ -667,7 +667,7 @@ static HRESULT WINAPI IDirect3DRMDevice3Impl_Update(IDirect3DRMDevice3* iface)
FIXME("(%p/%p)->(): stub\n", iface, This);
return E_NOTIMPL;
return D3DRM_OK;
}
static HRESULT WINAPI IDirect3DRMDevice3Impl_AddUpdateCallback(IDirect3DRMDevice3* iface,