mirror of
https://github.com/FunkyFr3sh/cnc-ddraw.git
synced 2025-03-24 17:49:52 +01:00
clean up settings ini
This commit is contained in:
parent
c968245a0d
commit
e6353ef46a
@ -254,9 +254,6 @@ static void CreateSettingsIni()
|
|||||||
"; Show window borders in windowed mode\n"
|
"; Show window borders in windowed mode\n"
|
||||||
"border=true\n"
|
"border=true\n"
|
||||||
"\n"
|
"\n"
|
||||||
"; Bits per pixel, possible values: 16, 24 and 32, 0 = auto\n"
|
|
||||||
"bpp=0\n"
|
|
||||||
"\n"
|
|
||||||
"; Enable C&C video resize hack - Stretches C&C cutscenes to fullscreen\n"
|
"; Enable C&C video resize hack - Stretches C&C cutscenes to fullscreen\n"
|
||||||
"vhack=false\n"
|
"vhack=false\n"
|
||||||
"\n"
|
"\n"
|
||||||
@ -277,9 +274,6 @@ static void CreateSettingsIni()
|
|||||||
"; Note: This option only works for games that draw their own cursor and it must be disabled for all other games\n"
|
"; Note: This option only works for games that draw their own cursor and it must be disabled for all other games\n"
|
||||||
"handlemouse=true\n"
|
"handlemouse=true\n"
|
||||||
"\n"
|
"\n"
|
||||||
"; Force CPU0 affinity, avoids crashes/freezing, *might* have a performance impact\n"
|
|
||||||
"singlecpu=true\n"
|
|
||||||
"\n"
|
|
||||||
"; Windows API Hooking, Possible values: 0 = disabled, 1 = IAT Hooking, 2 = Microsoft Detours, 3 = IAT+Detours Hooking (All Modules), 4 = IAT Hooking (All Modules)\n"
|
"; Windows API Hooking, Possible values: 0 = disabled, 1 = IAT Hooking, 2 = Microsoft Detours, 3 = IAT+Detours Hooking (All Modules), 4 = IAT Hooking (All Modules)\n"
|
||||||
"; Note: Can be used to fix issues related to new features added by cnc-ddraw such as windowed mode or stretching\n"
|
"; Note: Can be used to fix issues related to new features added by cnc-ddraw such as windowed mode or stretching\n"
|
||||||
"hook=4\n"
|
"hook=4\n"
|
||||||
@ -288,6 +282,9 @@ static void CreateSettingsIni()
|
|||||||
"; Note: Fixes flickering cursor issues in C&C games\n"
|
"; Note: Fixes flickering cursor issues in C&C games\n"
|
||||||
"forcefps=false\n"
|
"forcefps=false\n"
|
||||||
"\n"
|
"\n"
|
||||||
|
"; Force CPU0 affinity, avoids crashes/freezing, *might* have a performance impact\n"
|
||||||
|
"singlecpu=true\n"
|
||||||
|
"\n"
|
||||||
"\n"
|
"\n"
|
||||||
"\n"
|
"\n"
|
||||||
"; ### Game specific settings ###\n"
|
"; ### Game specific settings ###\n"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user