From 32f85a555441c27e0b4e3f66771d38cf09eee456 Mon Sep 17 00:00:00 2001 From: notaz Date: Mon, 23 Feb 2026 03:54:09 +0200 Subject: [PATCH] db: a hack for Tunguska --- libpcsxcore/database.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libpcsxcore/database.c b/libpcsxcore/database.c index 51499d7d..b7285398 100644 --- a/libpcsxcore/database.c +++ b/libpcsxcore/database.c @@ -162,6 +162,8 @@ cycle_multiplier_overrides[] = /* Legend of Legaia - some attack moves lag and cause a/v desync */ { 160, { "SCUS94254", "SCUS94366", "SCES01752" } }, { 160, { "SCES01944", "SCES01945", "SCES01946", "SCES01947" } }, + /* Tunguska: Legend of Faith - 2x too fast */ + { 232, { "SLES03298" } }, }; static const struct -- 2.47.3