From 3de08a09ec3cd4d9573b2c5826dc3c05fe7f5852 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 6183db2c..ebdb69b6 100644 --- a/libpcsxcore/database.c +++ b/libpcsxcore/database.c @@ -92,6 +92,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" } }, }; /* Function for automatic patching according to GameID. */ -- 2.39.2