From 5e215bcaa52637ae01101e4e7a594666b3c98c66 Mon Sep 17 00:00:00 2001 From: FunkyFr3sh Date: Wed, 29 May 2024 21:45:12 +0200 Subject: [PATCH] add preset for Little Bear Kindergarten Thinking Adventurest --- README.md | 2 ++ src/config.c | 10 ++++++++++ 2 files changed, 12 insertions(+) diff --git a/README.md b/README.md index 84ad6c5..abd796a 100644 --- a/README.md +++ b/README.md @@ -184,6 +184,8 @@ Some games may require additional steps before they can be used with cnc-ddraw, - Kohan: Immortal Sovereigns - Konung - Konung 2 +- Little Bear Rainy Day Activities +- Little Bear Kindergarten Thinking Adventures - Lionheart - Legacy of the Crusader - Locomotion - Lode Runner 2 diff --git a/src/config.c b/src/config.c index 0e135c3..b38a8d2 100644 --- a/src/config.c +++ b/src/config.c @@ -984,6 +984,16 @@ static void cfg_create_ini() "limit_bltfast=true\n" "maxgameticks=60\n" "\n" + "; Little Bear Kindergarten Thinking Adventures: Parent's Progress Report\n" + "[LBSTART]\n" + "fixchilds=3\n" + "lock_mouse_top_left=true\n" + "\n" + "; Little Bear Kindergarten Thinking Adventurest\n" + "[LBSTART]\n" + "fixchilds=3\n" + "lock_mouse_top_left=true\n" + "\n" "; Lionheart\n" "[Lionheart]\n" "hook_peekmessage=true\n"