From 3f611106834d0c508ea527f6d9a268ce1b169bb7 Mon Sep 17 00:00:00 2001 From: FunkyFr3sh Date: Sun, 2 Jun 2024 08:53:07 +0200 Subject: [PATCH] add preset for scooby doo case 1 --- src/config.c | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/config.c b/src/config.c index 47d1b7f..8611dc5 100644 --- a/src/config.c +++ b/src/config.c @@ -1090,6 +1090,12 @@ static void cfg_create_ini() "adjmouse=true\n" "nonexclusive=true\n" "\n" + "; Scooby-Doo(TM), Case File #1 The Glowing Bug Man - NOT WORKING YET\n" + "[Case File #1]\n" + "windowed=true\n" + "nonexclusive=true\n" + "fake_mode=640x480x32\n" + "\n" "; Sim Copter\n" "[SimCopter]\n" "nonexclusive=true\n"