From 9170c48e4bd19c457b0c9abe31d7ac4cc76796a1 Mon Sep 17 00:00:00 2001 From: notaz Date: Thu, 14 Sep 2023 01:19:28 +0300 Subject: [PATCH] yet more timing hacks libretro/pcsx_rearmed#758 --- libpcsxcore/database.c | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/libpcsxcore/database.c b/libpcsxcore/database.c index ed959eaa..dc3144cf 100644 --- a/libpcsxcore/database.c +++ b/libpcsxcore/database.c @@ -59,6 +59,7 @@ static const struct } cycle_multiplier_overrides[] = { + /* note: values are = (10000 / gui_option) */ /* Internal Section - fussy about timings */ { "SLPS01868", 202 }, /* Super Robot Taisen Alpha - on the edge with 175, @@ -79,6 +80,12 @@ cycle_multiplier_overrides[] = { "SLES01549", 222 }, { "SLES02063", 222 }, { "SLES02064", 222 }, + /* Judge Dredd - could also be poor MDEC timing */ + { "SLUS00630", 128 }, + { "SLES00755", 128 }, + /* Digimon World */ + { "SLUS01032", 153 }, + { "SLES02914", 153 }, }; static const struct -- 2.39.2