add another RR preset
This commit is contained in:
parent
cee57257f2
commit
fd303a3191
2 changed files with 10 additions and 0 deletions
|
@ -244,6 +244,7 @@ Some games may require additional steps before they can be used with cnc-ddraw,
|
||||||
- Reader Rabbit Math Ages 4-6
|
- Reader Rabbit Math Ages 4-6
|
||||||
- Reader Rabbit's(R) Math Ages 6 - 9 (2002)
|
- Reader Rabbit's(R) Math Ages 6 - 9 (2002)
|
||||||
- Reader Rabbit Preschool 2002
|
- Reader Rabbit Preschool 2002
|
||||||
|
- Reader Rabbit Thinking Ages 4-6 (US)
|
||||||
- Red Baron 3D
|
- Red Baron 3D
|
||||||
- Reksio and Captain Nemo (AKA Reksio si Capitanul Nemo)
|
- Reksio and Captain Nemo (AKA Reksio si Capitanul Nemo)
|
||||||
- Reksio and Kretes in Action (AKA Reksio si Kretes in Actiune)
|
- Reksio and Kretes in Action (AKA Reksio si Kretes in Actiune)
|
||||||
|
|
|
@ -1121,6 +1121,15 @@ static void cfg_create_ini()
|
||||||
"[RT2]\n"
|
"[RT2]\n"
|
||||||
"adjmouse=true\n"
|
"adjmouse=true\n"
|
||||||
"\n"
|
"\n"
|
||||||
|
"; Reader Rabbit Thinking Ages 4-6 (US)\n"
|
||||||
|
"[rrta32]\n"
|
||||||
|
"adjmouse=false\n"
|
||||||
|
"width=0\n"
|
||||||
|
"height=0\n"
|
||||||
|
"resizable=false\n"
|
||||||
|
"maintas=false\n"
|
||||||
|
"boxing=false\n"
|
||||||
|
"\n"
|
||||||
"; Reader Rabbit Toddler: Fly the Dreamship\n"
|
"; Reader Rabbit Toddler: Fly the Dreamship\n"
|
||||||
"[Fly the Dreamship]\n"
|
"[Fly the Dreamship]\n"
|
||||||
"fixchilds=3\n"
|
"fixchilds=3\n"
|
||||||
|
|
Loading…
Reference in a new issue