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:
parent
13cf2dc41e
commit
a7fcc238e4
@ -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;
|
||||
}
|
||||
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user