diff --git a/README.md b/README.md index 3f1fd67..ecb29c8 100644 --- a/README.md +++ b/README.md @@ -254,6 +254,7 @@ Some games may require additional steps before they can be used with cnc-ddraw, - Road Rash - RollerCoaster Tycoon - Sanitarium +- Scooby-Doo(TM), Case File #2 The Scary Stone Dragon - Sega Rally - Sega Touring Car - Septerra Core diff --git a/src/config.c b/src/config.c index 73abef9..0910668 100644 --- a/src/config.c +++ b/src/config.c @@ -1195,6 +1195,11 @@ static void cfg_create_ini() "[s3]\n" "nonexclusive=true\n" "\n" + "; Scooby-Doo(TM), Case File #2 The Scary Stone Dragon\n" + "[Case File #2]\n" + "fixchilds=3\n" + "lock_mouse_top_left=true\n" + "\n" "; Strawberry Shortcake: Amazing Cookie Party\n" "[Strawberry]\n" "fixchilds=3\n"