mirror of
https://github.com/FunkyFr3sh/cnc-ddraw.git
synced 2025-03-15 06:04:49 +01:00
add presets for blues clues
This commit is contained in:
parent
702c136c53
commit
b892402619
@ -88,6 +88,8 @@ Some games may require additional steps before they can be used with cnc-ddraw,
|
||||
- Batman: Toxic Chill
|
||||
- Blade & Sword
|
||||
- Blood II - The Chosen
|
||||
- Blue's 123 Time Activities
|
||||
- Blue's Treasure Hunt
|
||||
- Caesar III (Sierra - 1998)
|
||||
- Call To Power 2
|
||||
- Capitalism II
|
||||
|
@ -7,7 +7,7 @@
|
||||
#define VERSION_MAJOR 6
|
||||
#define VERSION_MINOR 5
|
||||
#define VERSION_BUILD 0
|
||||
#define VERSION_REVISION 7
|
||||
#define VERSION_REVISION 8
|
||||
|
||||
#define VERSION VERSION_MAJOR, VERSION_MINOR, VERSION_BUILD, VERSION_REVISION
|
||||
#define VERSION_STRING ver_str(VERSION_MAJOR, VERSION_MINOR, VERSION_BUILD, VERSION_REVISION)
|
||||
|
13
src/config.c
13
src/config.c
@ -484,6 +484,19 @@ static void cfg_create_ini()
|
||||
"checkfile=.\\SOUND.REZ\n"
|
||||
"noactivateapp=true\n"
|
||||
"\n"
|
||||
"; Blue's 123 Time Activities\n"
|
||||
"[Blues123Time]\n"
|
||||
"renderer=gdi\n"
|
||||
"hook=3\n"
|
||||
"\n"
|
||||
"; Blue's Treasure Hunt\n"
|
||||
"[Blue'sTreasureHunt-Disc1]\n"
|
||||
"renderer=gdi\n"
|
||||
"\n"
|
||||
"; Blue's Treasure Hunt\n"
|
||||
"[Blue'sTreasureHunt-Disc2]\n"
|
||||
"renderer=gdi\n"
|
||||
"\n"
|
||||
"; Carmageddon\n"
|
||||
"[CARMA95]\n"
|
||||
"noactivateapp=true\n"
|
||||
|
Loading…
x
Reference in New Issue
Block a user