remove NOT_IMPLEMENTED from IDirectDrawSurface__Restore to keep the logs cleaner
This commit is contained in:
parent
db3dc28874
commit
b61cd1b22a
1 changed files with 2 additions and 2 deletions
|
@ -268,9 +268,9 @@ HRESULT __stdcall IDirectDrawSurface__ReleaseDC(IDirectDrawSurfaceImpl *This, HD
|
||||||
|
|
||||||
HRESULT __stdcall IDirectDrawSurface__Restore(IDirectDrawSurfaceImpl *This)
|
HRESULT __stdcall IDirectDrawSurface__Restore(IDirectDrawSurfaceImpl *This)
|
||||||
{
|
{
|
||||||
dprintfex("NOT_IMPLEMENTED -> %s(This=%p)\n", __FUNCTION__, This);
|
dprintfex("-> %s(This=%p)\n", __FUNCTION__, This);
|
||||||
HRESULT ret = DD_OK;
|
HRESULT ret = DD_OK;
|
||||||
dprintfex("NOT_IMPLEMENTED <- %s\n", __FUNCTION__);
|
dprintfex("<- %s\n", __FUNCTION__);
|
||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue