From b8924026195b06dd22f761bebb684c8c59d481ce Mon Sep 17 00:00:00 2001 From: FunkyFr3sh Date: Mon, 3 Jun 2024 08:55:58 +0200 Subject: [PATCH] add presets for blues clues --- README.md | 2 ++ inc/version.h | 2 +- src/config.c | 13 +++++++++++++ 3 files changed, 16 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ff6b8a8..25b42e8 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/inc/version.h b/inc/version.h index aef7c2f..4b648df 100644 --- a/inc/version.h +++ b/inc/version.h @@ -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) diff --git a/src/config.c b/src/config.c index 46d6a48..1f1408f 100644 --- a/src/config.c +++ b/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"