Skip to content

Commit

Permalink
db: Override cycle multiplier for Colin McRae PAL
Browse files Browse the repository at this point in the history
Decrease it from 175 to 174, which is enough for the language selection
menu to start working.

Signed-off-by: Paul Cercueil <paul@crapouillou.net>
  • Loading branch information
pcercuei authored and notaz committed Apr 14, 2024
1 parent a51adab commit 642638a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions libpcsxcore/database.c
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,8 @@ cycle_multiplier_overrides[] =
/* Super Robot Taisen Alpha - on the edge with 175,
* changing memcard settings is enough to break/unbreak it */
{ 190, { "SLPS02528", "SLPS02636" } },
/* Colin McRae Rally - language selection menu does not work with 175 */
{ 174, { "SLES00477" } },
/* Brave Fencer Musashi - cd sectors arrive too fast */
{ 170, { "SLUS00726", "SLPS01490" } },
#if defined(DRC_DISABLE) || defined(LIGHTREC) /* new_dynarec has a hack for this game */
Expand Down

0 comments on commit 642638a

Please sign in to comment.