mirror of
https://github.com/FunkyFr3sh/cnc-ddraw.git
synced 2025-03-24 17:49:52 +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:
parent
97ca023f09
commit
b366b77ee0
@ -311,25 +311,25 @@ static void CreateSettingsIni()
|
|||||||
"[game]\n"
|
"[game]\n"
|
||||||
"noactivateapp=true\n"
|
"noactivateapp=true\n"
|
||||||
"handlemouse=false\n"
|
"handlemouse=false\n"
|
||||||
"maxfps=60\n"
|
"maxfps=62\n"
|
||||||
"\n"
|
"\n"
|
||||||
"; Command & Conquer: Tiberian Sun Online\n"
|
"; Command & Conquer: Tiberian Sun Online\n"
|
||||||
"[ts-spawn]\n"
|
"[ts-spawn]\n"
|
||||||
"noactivateapp=true\n"
|
"noactivateapp=true\n"
|
||||||
"handlemouse=false\n"
|
"handlemouse=false\n"
|
||||||
"maxfps=60\n"
|
"maxfps=62\n"
|
||||||
"\n"
|
"\n"
|
||||||
"; Command & Conquer: Red Alert 2: Yuri's Revenge\n"
|
"; Command & Conquer: Red Alert 2: Yuri's Revenge\n"
|
||||||
"[gamemd]\n"
|
"[gamemd]\n"
|
||||||
"noactivateapp=true\n"
|
"noactivateapp=true\n"
|
||||||
"handlemouse=false\n"
|
"handlemouse=false\n"
|
||||||
"maxfps=60\n"
|
"maxfps=62\n"
|
||||||
"\n"
|
"\n"
|
||||||
"; Command & Conquer: Red Alert 2: Yuri's Revenge Online\n"
|
"; Command & Conquer: Red Alert 2: Yuri's Revenge Online\n"
|
||||||
"[gamemd-spawn]\n"
|
"[gamemd-spawn]\n"
|
||||||
"noactivateapp=true\n"
|
"noactivateapp=true\n"
|
||||||
"handlemouse=false\n"
|
"handlemouse=false\n"
|
||||||
"maxfps=60\n"
|
"maxfps=62\n"
|
||||||
"\n"
|
"\n"
|
||||||
|
|
||||||
, fh);
|
, fh);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user