yet more timing hacks
authornotaz <notasas@gmail.com>
Wed, 13 Sep 2023 22:19:28 +0000 (01:19 +0300)
committernotaz <notasas@gmail.com>
Wed, 13 Sep 2023 22:21:59 +0000 (01:21 +0300)
libretro/pcsx_rearmed#758

libpcsxcore/database.c

index 5edb961..9db351c 100644 (file)
@@ -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. */