more timing hacks
authornotaz <notasas@gmail.com>
Sat, 19 Aug 2023 21:04:59 +0000 (00:04 +0300)
committernotaz <notasas@gmail.com>
Sat, 19 Aug 2023 22:37:53 +0000 (01:37 +0300)
libpcsxcore/database.c

index a2e1822..5edb961 100644 (file)
@@ -69,6 +69,10 @@ cycle_multiplier_overrides[] =
        { "SLES02558", 125 },
        { "SLES12558", 125 },
 #endif
+       /* Discworld Noir - audio skips if CPU runs too fast */
+       { "SLES01549", 222 },
+       { "SLES02063", 222 },
+       { "SLES02064", 222 },
 };
 
 /* Function for automatic patching according to GameID. */