add devmode to config file

This commit is contained in:
FunkyFr3sh 2018-03-19 16:12:50 +01:00
parent 47026bf011
commit f8a3498a5a
2 changed files with 6 additions and 4 deletions

View file

@ -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);