#8 - Add Command & Conquer: Red Alert 2: Yuri's Revenge - XWIS preset

This commit is contained in:
FunkyFr3sh 2019-01-28 20:40:20 +01:00
parent 5504817f2d
commit c0d7805976

View file

@ -342,7 +342,7 @@ static void CreateSettingsIni()
"maxfps=59\n" "maxfps=59\n"
"accuratetimers=true\n" "accuratetimers=true\n"
"\n" "\n"
"; Dune 2000 Online\n" "; Dune 2000 - CnCNet\n"
"[dune2000-spawn]\n" "[dune2000-spawn]\n"
"maxfps=59\n" "maxfps=59\n"
"accuratetimers=true\n" "accuratetimers=true\n"
@ -359,7 +359,7 @@ static void CreateSettingsIni()
"handlemouse=false\n" "handlemouse=false\n"
"maxfps=60\n" "maxfps=60\n"
"\n" "\n"
"; Command & Conquer: Tiberian Sun Online\n" "; Command & Conquer: Tiberian Sun - CnCNet\n"
"[ts-spawn]\n" "[ts-spawn]\n"
"noactivateapp=true\n" "noactivateapp=true\n"
"handlemouse=false\n" "handlemouse=false\n"
@ -383,12 +383,18 @@ static void CreateSettingsIni()
"handlemouse=false\n" "handlemouse=false\n"
"maxfps=60\n" "maxfps=60\n"
"\n" "\n"
"; Command & Conquer: Red Alert 2: Yuri's Revenge Online\n" "; Command & Conquer: Red Alert 2: Yuri's Revenge - CnCNet\n"
"[gamemd-spawn]\n" "[gamemd-spawn]\n"
"noactivateapp=true\n" "noactivateapp=true\n"
"handlemouse=false\n" "handlemouse=false\n"
"maxfps=60\n" "maxfps=60\n"
"\n" "\n"
"; Command & Conquer: Red Alert 2: Yuri's Revenge - XWIS\n"
"[Yuri's Revenge]\n"
"noactivateapp=true\n"
"handlemouse=false\n"
"maxfps=60\n"
"\n"
, fh); , fh);
fclose(fh); fclose(fh);