From 548cdef90b0ff6137c609c59df9566925c25bb14 Mon Sep 17 00:00:00 2001
From: notaz <notasas@gmail.com>
Date: Tue, 28 Nov 2023 00:51:32 +0200
Subject: [PATCH] more timing hacks

---
 libpcsxcore/database.c | 2 ++
 1 file changed, 2 insertions(+)

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. */
-- 
2.39.5