From 54c4acacc4ec243579c3a9272c2ae055f04275a7 Mon Sep 17 00:00:00 2001 From: notaz Date: Thu, 13 Jul 2023 01:24:18 +0300 Subject: [PATCH] more timing hacks --- libpcsxcore/database.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/libpcsxcore/database.c b/libpcsxcore/database.c index ae6fe368..a2e1822d 100644 --- a/libpcsxcore/database.c +++ b/libpcsxcore/database.c @@ -59,6 +59,9 @@ cycle_multiplier_overrides[] = * changing memcard settings is enough to break/unbreak it */ { "SLPS02528", 190 }, { "SLPS02636", 190 }, + /* Brave Fencer Musashi - cd sectors arrive too fast */ + { "SLUS00726", 170 }, + { "SLPS01490", 170 }, #if defined(DRC_DISABLE) || defined(LIGHTREC) /* new_dynarec has a hack for this game */ /* Parasite Eve II - internal timer checks */ { "SLUS01042", 125 }, -- 2.39.2