From: notaz Date: Sat, 19 Aug 2023 21:04:59 +0000 (+0300) Subject: more timing hacks X-Git-Tag: r24~194 X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7b9a83e8ae6b60682d3898fb6394c53c4673dd0a;p=pcsx_rearmed.git more timing hacks --- diff --git a/libpcsxcore/database.c b/libpcsxcore/database.c index a2e1822d..5edb9611 100644 --- a/libpcsxcore/database.c +++ b/libpcsxcore/database.c @@ -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. */