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

change ts/yr maxfps to 62 to reactivate the old tearing (doesn't work too well with waitable timers at 60 fps yet)

This commit is contained in:
FunkyFr3sh 2018-11-30 02:15:06 +01:00
parent 97ca023f09
commit b366b77ee0

View File

@ -311,25 +311,25 @@ static void CreateSettingsIni()
"[game]\n"
"noactivateapp=true\n"
"handlemouse=false\n"
"maxfps=60\n"
"maxfps=62\n"
"\n"
"; Command & Conquer: Tiberian Sun Online\n"
"[ts-spawn]\n"
"noactivateapp=true\n"
"handlemouse=false\n"
"maxfps=60\n"
"maxfps=62\n"
"\n"
"; Command & Conquer: Red Alert 2: Yuri's Revenge\n"
"[gamemd]\n"
"noactivateapp=true\n"
"handlemouse=false\n"
"maxfps=60\n"
"maxfps=62\n"
"\n"
"; Command & Conquer: Red Alert 2: Yuri's Revenge Online\n"
"[gamemd-spawn]\n"
"noactivateapp=true\n"
"handlemouse=false\n"
"maxfps=60\n"
"maxfps=62\n"
"\n"
, fh);