Skip to content

Commit

Permalink
fix scroll speed issues in warhammer 40k games
Browse files Browse the repository at this point in the history
  • Loading branch information
FunkyFr3sh committed Dec 23, 2024
1 parent ea51c38 commit c315ec7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/config.c
Original file line number Diff line number Diff line change
Expand Up @@ -985,6 +985,7 @@ static void cfg_create_ini()
"; Final Liberation: Warhammer Epic 40000\n"
"[Epic40k]\n"
"hook_peekmessage=true\n"
"maxgameticks=125\n"
"\n"
"; Future Cop - L.A.P.D.\n"
"[FCopLAPD]\n"
Expand Down Expand Up @@ -1837,6 +1838,10 @@ static void cfg_create_ini()
"guard_lines=600\n"
"minfps=-2\n"
"\n"
"; Warhammer 40000: Chaos Gate\n"
"[WH40K]\n"
"maxgameticks=250\n"
"\n"
"; Weird War\n"
"[WeirdWar]\n"
"singlecpu=false\n"
Expand Down

0 comments on commit c315ec7

Please sign in to comment.