From: notaz <notasas@gmail.com>
Date: Wed, 13 Dec 2023 22:12:53 +0000 (+0200)
Subject: more timing hacks
X-Git-Tag: r24l~20
X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d28e9a2e861c7a4cf6cacd244e3279628fff66d9;p=pcsx_rearmed.git

more timing hacks

notaz/pcsx_rearmed#329
---

diff --git a/libpcsxcore/database.c b/libpcsxcore/database.c
index 023d5385..379207c7 100644
--- a/libpcsxcore/database.c
+++ b/libpcsxcore/database.c
@@ -33,6 +33,8 @@ static const char * const gpu_slow_llist_db[] =
 	"SCES02834", "SCUS94570", "SCUS94616", "SCUS94654",
 	/* Final Fantasy IV */
 	"SCES03840", "SLPM86028", "SLUS01360",
+	/* Point Blank - calibration cursor */
+	"SCED00287", "SCES00886", "SLUS00481",
 	/* Simple 1500 Series Vol. 57: The Meiro */
 	"SLPM86715",
 	/* Spot Goes to Hollywood */
@@ -117,6 +119,8 @@ cycle_multiplier_overrides[] =
 	/* Psychic Detective - some weird race condition in the game's cdrom code */
 	{ 222, { "SLUS00165", "SLUS00166", "SLUS00167" } },
 	{ 222, { "SLES00070", "SLES10070", "SLES20070" } },
+	/* Vib-Ribbon - cd timing issues (PAL+ari64drc only?) */
+	{ 200, { "SCES02873" } },
 	/* Zero Divide - sometimes too fast */
 	{ 200, { "SLUS00183", "SLES00159", "SLPS00083", "SLPM80008" } },
 };