update supported games list and add presets
This commit is contained in:
parent
89d7b0f63d
commit
ca8ba0d3bb
2 changed files with 96 additions and 2 deletions
46
src/config.c
46
src/config.c
|
@ -427,6 +427,10 @@ static void cfg_create_ini()
|
|||
"nonexclusive=true\n"
|
||||
"adjmouse=true\n"
|
||||
"\n"
|
||||
"; Abomination - The Nemesis Project\n"
|
||||
"[abomb]\n"
|
||||
"singlecpu=false\n"
|
||||
"\n"
|
||||
"; American Conquest / Cossacks\n"
|
||||
"[DMCR]\n"
|
||||
"resolutions=2\n"
|
||||
|
@ -877,6 +881,10 @@ static void cfg_create_ini()
|
|||
"[dn]\n"
|
||||
"fake_mode=640x480x16\n"
|
||||
"\n"
|
||||
"; Excalibur 2555AD\n"
|
||||
"[_FISH]\n"
|
||||
"singlecpu=false\n"
|
||||
"\n"
|
||||
"; Escape Velocity Nova\n"
|
||||
"[EV Nova]\n"
|
||||
"nonexclusive=true\n"
|
||||
|
@ -899,6 +907,14 @@ static void cfg_create_ini()
|
|||
"[EI]\n"
|
||||
"hook_peekmessage=true\n"
|
||||
"\n"
|
||||
"; Fable\n"
|
||||
"[FABLE]\n"
|
||||
"singlecpu=false\n"
|
||||
"\n"
|
||||
"; Falcon 4.0 (Microprose version)\n"
|
||||
"[falcon4]\n"
|
||||
"singlecpu=false\n"
|
||||
"\n"
|
||||
"; Flight Simulator 98\n"
|
||||
"[FLTSIM95]\n"
|
||||
"flightsim98_hack=true\n"
|
||||
|
@ -964,6 +980,7 @@ static void cfg_create_ini()
|
|||
"; G-Police\n"
|
||||
"[GPOLICE]\n"
|
||||
"maxgameticks=60\n"
|
||||
"singlecpu=false\n"
|
||||
"\n"
|
||||
"; Gangsters: Organized Crime\n"
|
||||
"[gangsters]\n"
|
||||
|
@ -1191,6 +1208,15 @@ static void cfg_create_ini()
|
|||
"[LOSTV95]\n"
|
||||
"fake_mode=320x240x16\n"
|
||||
"\n"
|
||||
"; Nightmare Creatures\n"
|
||||
"[NC]\n"
|
||||
"maxgameticks=30\n"
|
||||
"singlecpu=false\n"
|
||||
"\n"
|
||||
"; Moto Racer (software mode)\n"
|
||||
"[moto]\n"
|
||||
"maxgameticks=59\n"
|
||||
"\n"
|
||||
"; Madeline 1st Grade Math\n"
|
||||
"[madmath1]\n"
|
||||
"nonexclusive=true\n"
|
||||
|
@ -1377,6 +1403,10 @@ static void cfg_create_ini()
|
|||
"[Pax Imperia]\n"
|
||||
"nonexclusive=true\n"
|
||||
"\n"
|
||||
"; Panzer Dragoon\n"
|
||||
"[PANZERDG]\n"
|
||||
"singlecpu=false\n"
|
||||
"\n"
|
||||
"; Play with the Teletubbies\n"
|
||||
"[PlayWTT]\n"
|
||||
"hook=3\n"
|
||||
|
@ -1428,12 +1458,20 @@ static void cfg_create_ini()
|
|||
"adjmouse=true\n"
|
||||
"nonexclusive=true\n"
|
||||
"\n"
|
||||
"; Rising Lands (patched)\n"
|
||||
"[Rising]\n"
|
||||
"singlecpu=false\n"
|
||||
"\n"
|
||||
"; Robin Hood - The Legend of Sherwood (GOG)\n"
|
||||
"[Game/4]\n"
|
||||
"checkfile=.\\Robin Hood.exe\n"
|
||||
"singlecpu=false\n"
|
||||
"fix_not_responding=true\n"
|
||||
"\n"
|
||||
"; Roland Garros 98 (software mode)\n"
|
||||
"[rg98]\n"
|
||||
"singlecpu=false\n"
|
||||
"\n"
|
||||
"; Robin Hood - The Legend of Sherwood (Steam)\n"
|
||||
"[_rh]\n"
|
||||
"singlecpu=false\n"
|
||||
|
@ -1450,6 +1488,10 @@ static void cfg_create_ini()
|
|||
"nonexclusive=true\n"
|
||||
"fake_mode=640x480x32\n"
|
||||
"\n"
|
||||
"; Sid Meier's Simgolf\n"
|
||||
"[golf]\n"
|
||||
"fake_mode=640x480x16\n"
|
||||
"\n"
|
||||
"; Sim Copter\n"
|
||||
"[SimCopter]\n"
|
||||
"nonexclusive=true\n"
|
||||
|
@ -1553,6 +1595,10 @@ static void cfg_create_ini()
|
|||
"nonexclusive=true\n"
|
||||
"adjmouse=true\n"
|
||||
"\n"
|
||||
"; The Curse Of Monkey Island\n"
|
||||
"[COMI]\n"
|
||||
"singlecpu=false\n"
|
||||
"\n"
|
||||
"; Total Annihilation (Unofficial Beta Patch v3.9.02)\n"
|
||||
"[TotalA]\n"
|
||||
"max_resolutions=32\n"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue