From: notaz Date: Mon, 23 Oct 2023 18:20:51 +0000 (+0300) Subject: more timing hacks X-Git-Tag: r24~95 X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=commitdiff_plain;h=8392bff9a4b9daa48f5199051bbe8eff372279b4 more timing hacks --- diff --git a/libpcsxcore/database.c b/libpcsxcore/database.c index 2d9a2ea0..a68fe4f3 100644 --- a/libpcsxcore/database.c +++ b/libpcsxcore/database.c @@ -90,6 +90,8 @@ cycle_multiplier_overrides[] = /* Digimon World */ { "SLUS01032", 153 }, { "SLES02914", 153 }, + /* Syphon Filter - reportedly hangs under unknown conditions */ + { "SCUS94240", 169 }, }; /* Function for automatic patching according to GameID. */