1
0
mirror of https://github.com/FunkyFr3sh/cnc-ddraw.git synced 2025-03-24 17:49:52 +01:00

adjust logging

This commit is contained in:
FunkyFr3sh 2021-06-06 02:28:30 +02:00
parent eb68ffcb1d
commit 76634ab84e

View File

@ -240,9 +240,9 @@ HRESULT __stdcall IDirectDrawSurface__GetDC(IDirectDrawSurfaceImpl *This, HDC FA
HRESULT __stdcall IDirectDrawSurface__GetFlipStatus(IDirectDrawSurfaceImpl *This, DWORD a) HRESULT __stdcall IDirectDrawSurface__GetFlipStatus(IDirectDrawSurfaceImpl *This, DWORD a)
{ {
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;
} }