Skip to content

Commit 2090c39

Browse files
committed
add preset for Jeff Wayne's The War of the Worlds
1 parent ca4aaf8 commit 2090c39

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -234,6 +234,7 @@ Wine (Linux/macOS/Android) only: override `ddraw` in [winecfg](https://wiki.wine
234234
- Jagged Alliance 2: Unfinished Business
235235
- Jagged Alliance 2: Wildfire
236236
- Jazz Jackrabbit 2
237+
- Jeff Wayne's The War of the Worlds
237238
- Karma Immortal Wrath
238239
- Killing Time
239240
- Kings Quest 8: Mask of Eternity

src/config.c

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1887,6 +1887,11 @@ static void cfg_create_ini()
18871887
"[WW]\n"
18881888
"minfps=-1\n"
18891889
"\n"
1890+
"; Jeff Wayne's 'The War Of The Worlds'\n"
1891+
"[WoW]\n"
1892+
"singlecpu=false\n"
1893+
"minfps=-1\n"
1894+
"\n"
18901895
"; Zeus and Poseidon\n"
18911896
"[Zeus]\n"
18921897
"adjmouse=true\n"

0 commit comments

Comments
 (0)