From: notaz Date: Wed, 12 Jul 2023 22:24:18 +0000 (+0300) Subject: more timing hacks X-Git-Tag: r24~255 X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=commitdiff_plain;h=54c4acacc4ec243579c3a9272c2ae055f04275a7 more timing hacks --- 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 },