mirror of
https://github.com/FunkyFr3sh/cnc-ddraw.git
synced 2025-03-24 17:49:52 +01:00
add Undocumented compatibility settings to ddraw.ini
This commit is contained in:
parent
25d8669007
commit
adee27207a
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"
|
"; Note: Can be used in case some GUI elements like buttons/textboxes/videos/etc.. are invisible\n"
|
||||||
"nonexclusive=false\n"
|
"nonexclusive=false\n"
|
||||||
"\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"
|
"; Force CPU0 affinity, avoids crashes/freezing, *might* have a performance impact\n"
|
||||||
"singlecpu=true\n"
|
"singlecpu=true\n"
|
||||||
"\n"
|
"\n"
|
||||||
@ -350,6 +346,20 @@ static void cfg_create_ini()
|
|||||||
"fpupreserve=false\n"
|
"fpupreserve=false\n"
|
||||||
"\n"
|
"\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"
|
"\n"
|
||||||
"; ### Hotkeys ###\n"
|
"; ### Hotkeys ###\n"
|
||||||
"; Use the following settings to configure your hotkeys, 0x00 = disabled\n"
|
"; Use the following settings to configure your hotkeys, 0x00 = disabled\n"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user