add preset for sole survivor
This commit is contained in:
parent
553ee34433
commit
38d39b75fa
1 changed files with 12 additions and 0 deletions
12
src/config.c
12
src/config.c
|
@ -482,6 +482,18 @@ static void cfg_create_ini()
|
|||
"[claw]\n"
|
||||
"noactivateapp=true\n"
|
||||
"\n"
|
||||
"; Command & Conquer: Sole Survivor\n"
|
||||
"[SOLE]\n"
|
||||
"maxgameticks=120\n"
|
||||
"maxfps=60\n"
|
||||
"minfps=-1\n"
|
||||
"\n"
|
||||
"; Command & Conquer: Sole Survivor\n"
|
||||
"[SoleSurvivor]\n"
|
||||
"maxgameticks=120\n"
|
||||
"maxfps=60\n"
|
||||
"minfps=-1\n"
|
||||
"\n"
|
||||
"; Command & Conquer Gold - CnCNet\n"
|
||||
"[cnc95]\n"
|
||||
"maxfps=125\n"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue