From 8392bff9a4b9daa48f5199051bbe8eff372279b4 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 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. */ -- 2.39.2