From 4cc48a6b324ff1d025768bb5436279831e4bf319 Mon Sep 17 00:00:00 2001 From: Paul Cercueil Date: Sat, 6 Apr 2024 17:22:58 +0200 Subject: [PATCH] db: Override cycle multiplier for Colin McRae PAL Decrease it from 175 to 174, which is enough for the language selection menu to start working. Signed-off-by: Paul Cercueil --- libpcsxcore/database.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libpcsxcore/database.c b/libpcsxcore/database.c index 4872202d..1cf430a5 100644 --- a/libpcsxcore/database.c +++ b/libpcsxcore/database.c @@ -97,6 +97,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 */ -- 2.39.2