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

set maxfps to 60 for now (there are some issues on wine)

This commit is contained in:
FunkyFr3sh 2020-09-27 13:39:54 +02:00
parent 27323efa4b
commit cbd40d5c32

View File

@ -229,7 +229,7 @@ static void CreateSettingsIni()
"\n"
"; Real rendering rate, -1 = screen rate, 0 = unlimited, n = cap\n"
"; Note: Does not have an impact on the game speed, to limit your game speed use 'maxgameticks='\n"
"maxfps=-1\n"
"maxfps=60\n"
"\n"
"; Vertical synchronization, enable if you get tearing - (Requires 'renderer=auto/opengl/direct3d9')\n"
"vsync=false\n"