mirror of
https://github.com/FunkyFr3sh/cnc-ddraw.git
synced 2025-03-25 01:57:47 +01:00
add preset for Star Wars Rebellion
This commit is contained in:
parent
7dc7028002
commit
a77c3c21dc
@ -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 in Dry Cereal
|
||||||
- SPY Fox: Hold the Mustard
|
- SPY Fox: Hold the Mustard
|
||||||
- SPY Fox: Operation Ozone
|
- SPY Fox: Operation Ozone
|
||||||
|
- Star Wars Rebellion
|
||||||
- Star Wars Jedi Knight: Dark Forces II
|
- Star Wars Jedi Knight: Dark Forces II
|
||||||
- Star Wars: Galactic Battlegrounds
|
- Star Wars: Galactic Battlegrounds
|
||||||
- Star Wars: Galactic Battlegrounds: Clone Campaigns
|
- 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"
|
"maintas=false\n"
|
||||||
"boxing=false\n"
|
"boxing=false\n"
|
||||||
"\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"
|
"; Star Wars: Galactic Battlegrounds\n"
|
||||||
"[battlegrounds]\n"
|
"[battlegrounds]\n"
|
||||||
"nonexclusive=true\n"
|
"nonexclusive=true\n"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user