yet more timing hacks
authornotaz <notasas@gmail.com>
Mon, 13 Nov 2023 22:46:38 +0000 (00:46 +0200)
committernotaz <notasas@gmail.com>
Mon, 13 Nov 2023 23:38:50 +0000 (01:38 +0200)
libretro/pcsx_rearmed#107

libpcsxcore/database.c

index 6183db2..ebdb69b 100644 (file)
@@ -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. */