mirror of
https://github.com/FunkyFr3sh/cnc-ddraw.git
synced 2025-03-24 17:49:52 +01:00
add presets for little bear games
This commit is contained in:
parent
ee3ba56534
commit
c0c43fc43f
@ -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
|
- Anno 1602: Creation of a New World
|
||||||
- Anstoss 3
|
- Anstoss 3
|
||||||
- Arcanum: Of Steamworks and Magick Obscura
|
- Arcanum: Of Steamworks and Magick Obscura
|
||||||
|
- Arthur's Wilderness Rescue
|
||||||
- Arthur's Pet Chase
|
- Arthur's Pet Chase
|
||||||
- Arthur's Sand Castle Contest
|
- Arthur's Sand Castle Contest
|
||||||
- Atlantis 2: Beyond Atlantis
|
- 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
|
- Kohan: Immortal Sovereigns
|
||||||
- Konung
|
- Konung
|
||||||
- Konung 2
|
- Konung 2
|
||||||
|
- Little Bear Toddler Discovery Adventures
|
||||||
|
- Little Bear Preschool Thinking Adventures
|
||||||
- Little Bear Rainy Day Activities
|
- Little Bear Rainy Day Activities
|
||||||
- Little Bear Kindergarten Thinking Adventures
|
- Little Bear Kindergarten Thinking Adventures
|
||||||
- Lionheart - Legacy of the Crusader
|
- Lionheart - Legacy of the Crusader
|
||||||
|
13
src/config.c
13
src/config.c
@ -989,7 +989,7 @@ static void cfg_create_ini()
|
|||||||
"limit_bltfast=true\n"
|
"limit_bltfast=true\n"
|
||||||
"maxgameticks=60\n"
|
"maxgameticks=60\n"
|
||||||
"\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"
|
"[LBPR]\n"
|
||||||
"adjmouse=false\n"
|
"adjmouse=false\n"
|
||||||
"width=0\n"
|
"width=0\n"
|
||||||
@ -998,7 +998,7 @@ static void cfg_create_ini()
|
|||||||
"maintas=false\n"
|
"maintas=false\n"
|
||||||
"boxing=false\n"
|
"boxing=false\n"
|
||||||
"\n"
|
"\n"
|
||||||
"; Little Bear Kindergarten Thinking Adventures\n"
|
"; Little Bear Kindergarten/Preschool Thinking Adventures\n"
|
||||||
"[LBSTART]\n"
|
"[LBSTART]\n"
|
||||||
"adjmouse=false\n"
|
"adjmouse=false\n"
|
||||||
"width=0\n"
|
"width=0\n"
|
||||||
@ -1007,6 +1007,15 @@ static void cfg_create_ini()
|
|||||||
"maintas=false\n"
|
"maintas=false\n"
|
||||||
"boxing=false\n"
|
"boxing=false\n"
|
||||||
"\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"
|
||||||
"[Lionheart]\n"
|
"[Lionheart]\n"
|
||||||
"hook_peekmessage=true\n"
|
"hook_peekmessage=true\n"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user