From: notaz Date: Mon, 27 Nov 2023 22:51:32 +0000 (+0200) Subject: more timing hacks X-Git-Tag: r24~31 X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=commitdiff_plain;h=548cdef90b0ff6137c609c59df9566925c25bb14 more timing hacks --- diff --git a/libpcsxcore/database.c b/libpcsxcore/database.c index a324553a..6cce0737 100644 --- a/libpcsxcore/database.c +++ b/libpcsxcore/database.c @@ -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. */