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"