Skip to content

Commit

Permalink
add some more presets
Browse files Browse the repository at this point in the history
  • Loading branch information
FunkyFr3sh committed Dec 22, 2024
1 parent 27a1b4f commit 02a97cf
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,7 @@ Wine (Linux/macOS/Android) only: override `ddraw` in [winecfg](https://wiki.wine
- Kohan: Immortal Sovereigns
- Konung
- Konung 2
- Last Bronx
- Lands of Lore 2 Guardian of Destiny (Software mode only)
- Lapis (lapis.mgame.com)
- Lionheart - Legacy of the Crusader
Expand Down Expand Up @@ -429,6 +430,9 @@ Wine (Linux/macOS/Android) only: override `ddraw` in [winecfg](https://wiki.wine
- Uprising: Join or Die
- Vermeer
- Virtua Fighter PC
- Virtua Cop
- Virtua Cop 2
- Virtua Fighter 2
- Virtual Springfield
- War Wind
- War Wind II - Human Onslaught
Expand Down
8 changes: 8 additions & 0 deletions src/config.c
Original file line number Diff line number Diff line change
Expand Up @@ -1224,6 +1224,10 @@ static void cfg_create_ini()
"limiter_type=2\n"
"maxgameticks=60\n"
"\n"
"; Last Bronx\n"
"[LB]\n"
"maxgameticks=30\n"
"\n"
"; Lapis (lapis.mgame.com)\n"
"[Lapis]\n"
"fixchilds=3\n"
Expand Down Expand Up @@ -1811,6 +1815,10 @@ static void cfg_create_ini()
"adjmouse=true\n"
"fake_mode=640x480x32\n"
"\n"
"; Virtua Fighter 2\n"
"[VF2]\n"
"fake_mode=640x480x8\n"
"\n"
"; Wall Street Trader 2000 - NOT WORKING YET\n"
"[WSTrader]\n"
"nonexclusive=false\n"
Expand Down

0 comments on commit 02a97cf

Please sign in to comment.