From bd9ad3d8eb63cee4e69913f121548badf834dd9e 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 5edb9611..9db351c3 100644 --- a/libpcsxcore/database.c +++ b/libpcsxcore/database.c @@ -53,6 +53,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, @@ -73,6 +74,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 }, }; /* Function for automatic patching according to GameID. */ -- 2.39.2