Skip to content

Commit

Permalink
update presets
Browse files Browse the repository at this point in the history
  • Loading branch information
FunkyFr3sh committed Dec 28, 2024
1 parent 2090c39 commit 7dc613e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/config.c
Original file line number Diff line number Diff line change
Expand Up @@ -1196,6 +1196,7 @@ static void cfg_create_ini()
"\n"
"; Karma Immortal Wrath\n"
"[karma]\n"
"fix_not_responding=true\n"
"maxgameticks=60\n"
"limiter_type=4\n"
"\n"
Expand Down Expand Up @@ -1519,6 +1520,7 @@ static void cfg_create_ini()
"\n"
"; Railroad Tycoon II\n"
"[RT2]\n"
"maxgameticks=60"
"adjmouse=true\n"
"\n"
"; Reader Rabbit Thinking Ages 4-6 (US)\n"
Expand Down Expand Up @@ -1708,6 +1710,7 @@ static void cfg_create_ini()
"; Sim City 3000\n"
"[SC3]\n"
"minfps=-2\n"
"maxgameticks=60"
"\n"
"; Shadow Watch\n"
"[sw]\n"
Expand All @@ -1733,6 +1736,10 @@ static void cfg_create_ini()
"[COMI]\n"
"singlecpu=false\n"
"\n"
"; The Tone Rebellion\n"
"[Float]\n"
"hook_peekmessage=true\n"
"\n"
"; Total Annihilation (Unofficial Beta Patch v3.9.02)\n"
"[TotalA]\n"
"max_resolutions=32\n"
Expand Down

0 comments on commit 7dc613e

Please sign in to comment.