From: notaz Date: Wed, 13 Dec 2023 22:12:53 +0000 (+0200) Subject: more timing hacks X-Git-Tag: r24~13 X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=commitdiff_plain;h=7f2a91d0a12d2c096cafc3fa4e1f1da8f63e5af9 more timing hacks notaz/pcsx_rearmed#329 --- diff --git a/libpcsxcore/database.c b/libpcsxcore/database.c index b35658ba..66b54f44 100644 --- a/libpcsxcore/database.c +++ b/libpcsxcore/database.c @@ -27,6 +27,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 */ @@ -111,6 +113,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" } }, };