add Future Cop preset
This commit is contained in:
parent
13cf2dc41e
commit
a7fcc238e4
2 changed files with 8 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue