From 9159f799aba897c27569a7a51a40736bd8a90d2f Mon Sep 17 00:00:00 2001 From: notaz Date: Tue, 14 Nov 2023 00:46:38 +0200 Subject: [PATCH] yet more timing hacks libretro/pcsx_rearmed#107 --- libpcsxcore/database.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/libpcsxcore/database.c b/libpcsxcore/database.c index f0015017..93ef44b5 100644 --- a/libpcsxcore/database.c +++ b/libpcsxcore/database.c @@ -98,6 +98,9 @@ cycle_multiplier_overrides[] = { 153, { "SLUS01032", "SLES02914" } }, /* Syphon Filter - reportedly hangs under unknown conditions */ { 169, { "SCUS94240" } }, + /* Psychic Detective - some weird race condition in the game's cdrom code */ + { 222, { "SLUS00165", "SLUS00166", "SLUS00167" } }, + { 222, { "SLES00070", "SLES10070", "SLES20070" } }, }; static const struct -- 2.39.2