X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=blobdiff_plain;f=libpcsxcore%2Fdatabase.c;fp=libpcsxcore%2Fdatabase.c;h=6cce0737b62b09c7a00f7455af16cb525f743cad;hp=a324553aeb83a61b47a981a67bc1e918b6b59971;hb=548cdef90b0ff6137c609c59df9566925c25bb14;hpb=427a3f291dc6cc8247425983b0c94f21286612d9 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. */