From: notaz Date: Mon, 13 Nov 2023 22:46:38 +0000 (+0200) Subject: yet more timing hacks X-Git-Tag: r24~55 X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=commitdiff_plain;h=3de08a09ec3cd4d9573b2c5826dc3c05fe7f5852 yet more timing hacks libretro/pcsx_rearmed#107 --- 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. */