mirror of
https://github.com/FunkyFr3sh/cnc-ddraw.git
synced 2025-03-25 01:57:47 +01:00
add some more presets
This commit is contained in:
parent
27a1b4fc8d
commit
02a97cf9f7
@ -242,6 +242,7 @@ Wine (Linux/macOS/Android) only: override `ddraw` in [winecfg](https://wiki.wine
|
|||||||
- Kohan: Immortal Sovereigns
|
- Kohan: Immortal Sovereigns
|
||||||
- Konung
|
- Konung
|
||||||
- Konung 2
|
- Konung 2
|
||||||
|
- Last Bronx
|
||||||
- Lands of Lore 2 Guardian of Destiny (Software mode only)
|
- Lands of Lore 2 Guardian of Destiny (Software mode only)
|
||||||
- Lapis (lapis.mgame.com)
|
- Lapis (lapis.mgame.com)
|
||||||
- Lionheart - Legacy of the Crusader
|
- Lionheart - Legacy of the Crusader
|
||||||
@ -429,6 +430,9 @@ Wine (Linux/macOS/Android) only: override `ddraw` in [winecfg](https://wiki.wine
|
|||||||
- Uprising: Join or Die
|
- Uprising: Join or Die
|
||||||
- Vermeer
|
- Vermeer
|
||||||
- Virtua Fighter PC
|
- Virtua Fighter PC
|
||||||
|
- Virtua Cop
|
||||||
|
- Virtua Cop 2
|
||||||
|
- Virtua Fighter 2
|
||||||
- Virtual Springfield
|
- Virtual Springfield
|
||||||
- War Wind
|
- War Wind
|
||||||
- War Wind II - Human Onslaught
|
- War Wind II - Human Onslaught
|
||||||
|
@ -1224,6 +1224,10 @@ static void cfg_create_ini()
|
|||||||
"limiter_type=2\n"
|
"limiter_type=2\n"
|
||||||
"maxgameticks=60\n"
|
"maxgameticks=60\n"
|
||||||
"\n"
|
"\n"
|
||||||
|
"; Last Bronx\n"
|
||||||
|
"[LB]\n"
|
||||||
|
"maxgameticks=30\n"
|
||||||
|
"\n"
|
||||||
"; Lapis (lapis.mgame.com)\n"
|
"; Lapis (lapis.mgame.com)\n"
|
||||||
"[Lapis]\n"
|
"[Lapis]\n"
|
||||||
"fixchilds=3\n"
|
"fixchilds=3\n"
|
||||||
@ -1811,6 +1815,10 @@ static void cfg_create_ini()
|
|||||||
"adjmouse=true\n"
|
"adjmouse=true\n"
|
||||||
"fake_mode=640x480x32\n"
|
"fake_mode=640x480x32\n"
|
||||||
"\n"
|
"\n"
|
||||||
|
"; Virtua Fighter 2\n"
|
||||||
|
"[VF2]\n"
|
||||||
|
"fake_mode=640x480x8\n"
|
||||||
|
"\n"
|
||||||
"; Wall Street Trader 2000 - NOT WORKING YET\n"
|
"; Wall Street Trader 2000 - NOT WORKING YET\n"
|
||||||
"[WSTrader]\n"
|
"[WSTrader]\n"
|
||||||
"nonexclusive=false\n"
|
"nonexclusive=false\n"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user