diff --git a/src/settings.c b/src/settings.c index d43d3b4..9cac1eb 100644 --- a/src/settings.c +++ b/src/settings.c @@ -254,9 +254,6 @@ static void CreateSettingsIni() "; Show window borders in windowed mode\n" "border=true\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" "vhack=false\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" "handlemouse=true\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" "; 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" @@ -288,6 +282,9 @@ static void CreateSettingsIni() "; Note: Fixes flickering cursor issues in C&C games\n" "forcefps=false\n" "\n" + "; Force CPU0 affinity, avoids crashes/freezing, *might* have a performance impact\n" + "singlecpu=true\n" + "\n" "\n" "\n" "; ### Game specific settings ###\n"