mirror of
https://github.com/FunkyFr3sh/cnc-ddraw.git
synced 2025-03-24 17:49:52 +01:00
add some notes to ddraw.ini
This commit is contained in:
parent
7ccccdab23
commit
1bd612dcd5
@ -242,6 +242,7 @@ static void CreateSettingsIni()
|
|||||||
"maxfps=60\n"
|
"maxfps=60\n"
|
||||||
"\n"
|
"\n"
|
||||||
"; Vertical synchronization, enable if you get tearing - (Requires 'renderer=auto/opengl/direct3d9')\n"
|
"; Vertical synchronization, enable if you get tearing - (Requires 'renderer=auto/opengl/direct3d9')\n"
|
||||||
|
"; Note: vsync=true can fix tearing but it will cause input lag\n"
|
||||||
"vsync=false\n"
|
"vsync=false\n"
|
||||||
"\n"
|
"\n"
|
||||||
"; Automatic mouse sensitivity scaling - (Requires 'handlemouse=true')\n"
|
"; Automatic mouse sensitivity scaling - (Requires 'handlemouse=true')\n"
|
||||||
@ -249,6 +250,7 @@ static void CreateSettingsIni()
|
|||||||
"adjmouse=false\n"
|
"adjmouse=false\n"
|
||||||
"\n"
|
"\n"
|
||||||
"; Preliminary libretro shader support - (Requires 'renderer=opengl') https://github.com/libretro/glsl-shaders\n"
|
"; Preliminary libretro shader support - (Requires 'renderer=opengl') https://github.com/libretro/glsl-shaders\n"
|
||||||
|
"; 2x scaling example: https://imgur.com/a/kxsM1oY - 4x scaling example: https://imgur.com/a/wjrhpFV\n"
|
||||||
"shader=Shaders\\simple-sharp-bilinear.glsl\n"
|
"shader=Shaders\\simple-sharp-bilinear.glsl\n"
|
||||||
"\n"
|
"\n"
|
||||||
"; Window position, -32000 = center to screen\n"
|
"; Window position, -32000 = center to screen\n"
|
||||||
@ -285,10 +287,11 @@ static void CreateSettingsIni()
|
|||||||
"\n"
|
"\n"
|
||||||
"; Max game ticks per second, possible values: -1 = disabled, 0 = emulate 60hz vblank, 1-1000 = custom game speed\n"
|
"; Max game ticks per second, possible values: -1 = disabled, 0 = emulate 60hz vblank, 1-1000 = custom game speed\n"
|
||||||
"; Note: Can be used to slow down a too fast running game, fix flickering or too fast animations\n"
|
"; Note: Can be used to slow down a too fast running game, fix flickering or too fast animations\n"
|
||||||
|
"; Note: Usually one of the following values will work: 60 / 30 / 25 / 20 / 15 (lower value = slower game speed)\n"
|
||||||
"maxgameticks=0\n"
|
"maxgameticks=0\n"
|
||||||
"\n"
|
"\n"
|
||||||
"; Gives cnc-ddraw full control over the mouse cursor (required for adjmouse/boxing/maintas)\n"
|
"; Gives cnc-ddraw full control over the mouse cursor (required for adjmouse/boxing/maintas)\n"
|
||||||
"; Note: This option only works for games that draw their own cursor and it must be disabled for all other games\n"
|
"; Note: Set this to 'false' if your cursor becomes invisible at some places in the game\n"
|
||||||
"handlemouse=true\n"
|
"handlemouse=true\n"
|
||||||
"\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"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user