more timing hacks
authornotaz <notasas@gmail.com>
Mon, 27 Nov 2023 22:51:32 +0000 (00:51 +0200)
committernotaz <notasas@gmail.com>
Mon, 27 Nov 2023 23:51:02 +0000 (01:51 +0200)
libpcsxcore/database.c

index a324553..6cce073 100644 (file)
@@ -106,6 +106,8 @@ cycle_multiplier_overrides[] =
        /* Psychic Detective - some weird race condition in the game's cdrom code */
        { 222, { "SLUS00165", "SLUS00166", "SLUS00167" } },
        { 222, { "SLES00070", "SLES10070", "SLES20070" } },
+       /* Zero Divide - sometimes too fast */
+       { 200, { "SLUS00183", "SLES00159", "SLPS00083", "SLPM80008" } },
 };
 
 /* Function for automatic patching according to GameID. */