From 8f3fa1e818af2bf85aa0eeeb19bb532a37c48a43 Mon Sep 17 00:00:00 2001 From: notaz Date: Mon, 23 Oct 2023 21:20:51 +0300 Subject: [PATCH] more timing hacks --- libpcsxcore/database.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libpcsxcore/database.c b/libpcsxcore/database.c index 9ddf4038..4c986702 100644 --- a/libpcsxcore/database.c +++ b/libpcsxcore/database.c @@ -96,6 +96,8 @@ cycle_multiplier_overrides[] = /* Digimon World */ { "SLUS01032", 153 }, { "SLES02914", 153 }, + /* Syphon Filter - reportedly hangs under unknown conditions */ + { "SCUS94240", 169 }, }; static const struct -- 2.39.2