1
0
mirror of https://github.com/FunkyFr3sh/cnc-ddraw.git synced 2025-03-15 06:04:49 +01:00

add presets for little bear games

This commit is contained in:
FunkyFr3sh 2024-05-30 04:32:14 +02:00
parent ee3ba56534
commit c0c43fc43f
2 changed files with 14 additions and 2 deletions

View File

@ -72,6 +72,7 @@ Some games may require additional steps before they can be used with cnc-ddraw,
- Anno 1602: Creation of a New World
- Anstoss 3
- Arcanum: Of Steamworks and Magick Obscura
- Arthur's Wilderness Rescue
- Arthur's Pet Chase
- Arthur's Sand Castle Contest
- Atlantis 2: Beyond Atlantis
@ -184,6 +185,8 @@ Some games may require additional steps before they can be used with cnc-ddraw,
- Kohan: Immortal Sovereigns
- Konung
- Konung 2
- Little Bear Toddler Discovery Adventures
- Little Bear Preschool Thinking Adventures
- Little Bear Rainy Day Activities
- Little Bear Kindergarten Thinking Adventures
- Lionheart - Legacy of the Crusader

View File

@ -989,7 +989,7 @@ static void cfg_create_ini()
"limit_bltfast=true\n"
"maxgameticks=60\n"
"\n"
"; Little Bear Kindergarten Thinking Adventures: Parent's Progress Report\n"
"; Little Bear Kindergarten/Preschool Thinking Adventures: Parent's Progress Report\n"
"[LBPR]\n"
"adjmouse=false\n"
"width=0\n"
@ -998,7 +998,7 @@ static void cfg_create_ini()
"maintas=false\n"
"boxing=false\n"
"\n"
"; Little Bear Kindergarten Thinking Adventures\n"
"; Little Bear Kindergarten/Preschool Thinking Adventures\n"
"[LBSTART]\n"
"adjmouse=false\n"
"width=0\n"
@ -1007,6 +1007,15 @@ static void cfg_create_ini()
"maintas=false\n"
"boxing=false\n"
"\n"
"; Little Bear Toddler Discovery Adventures\n"
"[LBT]\n"
"adjmouse=false\n"
"width=0\n"
"height=0\n"
"resizable=false\n"
"maintas=false\n"
"boxing=false\n"
"\n"
"; Lionheart\n"
"[Lionheart]\n"
"hook_peekmessage=true\n"