add Future Cop preset

This commit is contained in:
FunkyFr3sh 2021-06-09 01:59:47 +02:00
parent 13cf2dc41e
commit a7fcc238e4
2 changed files with 8 additions and 1 deletions

View file

@ -276,7 +276,7 @@ HRESULT __stdcall IDirectDraw__GetMonitorFrequency(IDirectDrawImpl* This, LPDWOR
HRESULT __stdcall IDirectDraw__GetScanLine(IDirectDrawImpl* This, LPDWORD a)
{
dprintf("NOT_IMPLEMENTED -> %s(This=%p)\n", __FUNCTION__, This);
HRESULT ret = DD_OK;
HRESULT ret = DDERR_UNSUPPORTED;
dprintf("NOT_IMPLEMENTED <- %s\n", __FUNCTION__);
return ret;
}