d3drm: Improve IDirect3DRMDeviceX_Update stub.
This commit is contained in:
parent
2c6f238281
commit
95bedf4c11
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue