mirror of
https://github.com/FunkyFr3sh/cnc-ddraw.git
synced 2025-03-15 14:14:47 +01:00
remove NOT_IMPLEMENTED from IDirectDrawSurface__IsLost to keep the logs cleaner
This commit is contained in:
parent
e106ce3055
commit
db3dc28874
@ -244,9 +244,9 @@ HRESULT __stdcall IDirectDrawSurface__Initialize(IDirectDrawSurfaceImpl *This, L
|
||||
|
||||
HRESULT __stdcall IDirectDrawSurface__IsLost(IDirectDrawSurfaceImpl *This)
|
||||
{
|
||||
dprintfex("NOT_IMPLEMENTED -> %s(This=%p)\n", __FUNCTION__, This);
|
||||
dprintfex("-> %s(This=%p)\n", __FUNCTION__, This);
|
||||
HRESULT ret = DD_OK;
|
||||
dprintfex("NOT_IMPLEMENTED <- %s\n", __FUNCTION__);
|
||||
dprintfex("<- %s\n", __FUNCTION__);
|
||||
return ret;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user