add preset for Star Wars Rebellion
This commit is contained in:
parent
7dc7028002
commit
a77c3c21dc
2 changed files with 11 additions and 0 deletions
|
@ -313,6 +313,7 @@ Need help and don't have a github account? Ask your questions on [Discord](https
|
|||
- SPY Fox in Dry Cereal
|
||||
- SPY Fox: Hold the Mustard
|
||||
- SPY Fox: Operation Ozone
|
||||
- Star Wars Rebellion
|
||||
- Star Wars Jedi Knight: Dark Forces II
|
||||
- Star Wars: Galactic Battlegrounds
|
||||
- Star Wars: Galactic Battlegrounds: Clone Campaigns
|
||||
|
|
10
src/config.c
10
src/config.c
|
@ -1466,6 +1466,16 @@ static void cfg_create_ini()
|
|||
"maintas=false\n"
|
||||
"boxing=false\n"
|
||||
"\n"
|
||||
"; Star Wars Rebellion\n"
|
||||
"[REBEXE]\n"
|
||||
"adjmouse=false\n"
|
||||
"width=0\n"
|
||||
"height=0\n"
|
||||
"resizable=false\n"
|
||||
"maintas=false\n"
|
||||
"boxing=false\n"
|
||||
"hook=2\n"
|
||||
"\n"
|
||||
"; Star Wars: Galactic Battlegrounds\n"
|
||||
"[battlegrounds]\n"
|
||||
"nonexclusive=true\n"
|
||||
|
|
Loading…
Reference in a new issue