add Undocumented compatibility settings to ddraw.ini
This commit is contained in:
parent
25d8669007
commit
adee27207a
1 changed files with 14 additions and 4 deletions
18
src/config.c
18
src/config.c
|
@ -330,10 +330,6 @@ static void cfg_create_ini()
|
|||
"; Note: Can be used in case some GUI elements like buttons/textboxes/videos/etc.. are invisible\n"
|
||||
"nonexclusive=false\n"
|
||||
"\n"
|
||||
"; Fixes issues where the pitch of a surface is not a multiple of 4\n"
|
||||
"; Note: Enable this if some parts of the screen are being displayed diagonally\n"
|
||||
"fixpitch=true\n"
|
||||
"\n"
|
||||
"; Force CPU0 affinity, avoids crashes/freezing, *might* have a performance impact\n"
|
||||
"singlecpu=true\n"
|
||||
"\n"
|
||||
|
@ -350,6 +346,20 @@ static void cfg_create_ini()
|
|||
"fpupreserve=false\n"
|
||||
"\n"
|
||||
"\n"
|
||||
"; Undocumented compatibility settings\n"
|
||||
"accuratetimers=false\n"
|
||||
"fixpitch=true\n"
|
||||
"fixwndprochook=false\n"
|
||||
"novidmem=false\n"
|
||||
"fixnotresponding=false\n"
|
||||
"locktopleft=false\n"
|
||||
"releasealt=false\n"
|
||||
"gdilinear=false\n"
|
||||
"allow_wmactivate=false\n"
|
||||
"dinputhook=false\n"
|
||||
"bpp=0\n"
|
||||
"\n"
|
||||
"\n"
|
||||
"\n"
|
||||
"; ### Hotkeys ###\n"
|
||||
"; Use the following settings to configure your hotkeys, 0x00 = disabled\n"
|
||||
|
|
Loading…
Reference in a new issue