We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca4aaf8 commit 2090c39Copy full SHA for 2090c39
README.md
@@ -234,6 +234,7 @@ Wine (Linux/macOS/Android) only: override `ddraw` in [winecfg](https://wiki.wine
234
- Jagged Alliance 2: Unfinished Business
235
- Jagged Alliance 2: Wildfire
236
- Jazz Jackrabbit 2
237
+- Jeff Wayne's The War of the Worlds
238
- Karma Immortal Wrath
239
- Killing Time
240
- Kings Quest 8: Mask of Eternity
src/config.c
@@ -1887,6 +1887,11 @@ static void cfg_create_ini()
1887
"[WW]\n"
1888
"minfps=-1\n"
1889
"\n"
1890
+ "; Jeff Wayne's 'The War Of The Worlds'\n"
1891
+ "[WoW]\n"
1892
+ "singlecpu=false\n"
1893
+ "minfps=-1\n"
1894
+ "\n"
1895
"; Zeus and Poseidon\n"
1896
"[Zeus]\n"
1897
"adjmouse=true\n"
0 commit comments