From e45d2bc4c3440ee8792502bb0a96feec91e26fde Mon Sep 17 00:00:00 2001 From: notaz Date: Tue, 21 Jan 2025 23:12:57 +0200 Subject: [PATCH] db: update libretro/pcsx_rearmed#515 note that lightrec already runs more cycles as it doesn't do any gte stall things --- libpcsxcore/database.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/libpcsxcore/database.c b/libpcsxcore/database.c index eced2303..d9ec221c 100644 --- a/libpcsxcore/database.c +++ b/libpcsxcore/database.c @@ -154,6 +154,9 @@ cycle_multiplier_overrides[] = { 153, { "SLUS00943" } }, /* Sol Divide: FMV timing */ { 200, { "SLUS01519", "SCPS45260", "SLPS01463" } }, + /* Legend of Legaia - some attack moves lag and cause a/v desync */ + { 160, { "SCUS94254", "SCUS94366", "SCES01752" } }, + { 160, { "SCES01944", "SCES01945", "SCES01946", "SCES01947" } }, }; static const struct -- 2.39.5