db: another hack for lightrec master github/master
authornotaz <notasas@gmail.com>
Sat, 11 Apr 2026 23:47:54 +0000 (02:47 +0300)
committernotaz <notasas@gmail.com>
Sat, 11 Apr 2026 23:52:18 +0000 (02:52 +0300)
libretro/pcsx_rearmed#876

libpcsxcore/database.c

index a159b28..c56d2cf 100644 (file)
@@ -163,7 +163,12 @@ cycle_multiplier_overrides[] =
        /* Vib-Ribbon - cd timing issues (PAL+ari64drc only?) */
        { 200, { "SCES02873" } },
        /* Zero Divide - sometimes too fast */
-       { 200, { "SLUS00183", "SLES00159", "SLPS00083", "SLPM80008" } },
+#ifdef LIGHTREC
+       { 222, // missing gte stalling
+#else
+       { 200,
+#endif
+               { "SLUS00183", "SLES00159", "SLPS00083", "SLPM80008" } },
        /* Eagle One: Harrier Attack - hangs (but not in standalone build?) */
        { 153, { "SLUS00943" } },
        /* Sol Divide: FMV timing */