add devmode to config file
This commit is contained in:
parent
47026bf011
commit
f8a3498a5a
2 changed files with 6 additions and 4 deletions
|
@ -985,6 +985,8 @@ HRESULT WINAPI DirectDrawCreate(GUID FAR* lpGUID, LPDIRECTDRAW FAR* lplpDD, IUnk
|
|||
"fakecursorpos=true\n"
|
||||
"; Hide WM_ACTIVATEAPP messages to prevent freezing on alt+tab (Carmageddon)\n"
|
||||
"noactivateapp=false\n"
|
||||
"; developer mode (don't lock the cursor)\n"
|
||||
"devmode=false\n"
|
||||
|
||||
, fh);
|
||||
fclose(fh);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue