1
0
mirror of https://github.com/FunkyFr3sh/cnc-ddraw.git synced 2025-03-15 06:04:49 +01:00

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;
}

View File

@ -587,6 +587,13 @@ static void cfg_create_ini()
"noactivateapp=true\n"
"passthrough=false\n"
"\n"
"; Future Cop - L.A.P.D.\n"
"[FCopLAPD]\n"
"handlemouse=false\n"
"renderer=opengl\n"
"nonexclusive=true\n"
"passthrough=false\n"
"\n"
"; Gangsters: Organized Crime\n"
"[gangsters]\n"
"handlemouse=false\n"