1
0
mirror of https://github.com/FunkyFr3sh/cnc-ddraw.git synced 2025-03-15 14:14:47 +01:00

add Undocumented compatibility settings to ddraw.ini

This commit is contained in:
FunkyFr3sh 2022-09-10 00:27:38 +02:00
parent 25d8669007
commit adee27207a

View File

@ -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"