From f51cdd352cb53389c9dadd5004c9ebb4f33cea24 Mon Sep 17 00:00:00 2001 From: saulfabreg Wii VC Project Date: Sun, 16 Jun 2024 15:28:41 -0500 Subject: [PATCH] more timing hacks: fix jump command on Power Rangers - Lightspeed Rescue https://github.com/libretro/pcsx_rearmed/issues/837 --- libpcsxcore/database.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libpcsxcore/database.c b/libpcsxcore/database.c index ef990ac4..c234e54a 100644 --- a/libpcsxcore/database.c +++ b/libpcsxcore/database.c @@ -120,6 +120,8 @@ cycle_multiplier_overrides[] = { 222, { "SLES01549", "SLES02063", "SLES02064" } }, /* Digimon World */ { 153, { "SLUS01032", "SLES02914" } }, + /* Power Rangers: Lightspeed Rescue - jump does not work with 175 */ + { 222, { "SLUS01114", "SLES03286" } }, /* Syphon Filter - reportedly hangs under unknown conditions */ { 169, { "SCUS94240" } }, /* Psychic Detective - some weird race condition in the game's cdrom code */ -- 2.39.2