Skip to content

Commit

Permalink
more timing hacks
Browse files Browse the repository at this point in the history
  • Loading branch information
notaz committed Dec 13, 2023
1 parent 5162c3f commit 7f2a91d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions libpcsxcore/database.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down Expand Up @@ -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" } },
};
Expand Down

0 comments on commit 7f2a91d

Please sign in to comment.