From: saulfabreg Wii VC Project Date: Sun, 16 Jun 2024 20:28:41 +0000 (-0500) Subject: more timing hacks: fix jump command on Power Rangers - Lightspeed Rescue X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1cdeae2b66fc3ef486ec8016ed5fad437f1a4409;p=pcsx_rearmed.git more timing hacks: fix jump command on Power Rangers - Lightspeed Rescue https://github.com/libretro/pcsx_rearmed/issues/837 --- diff --git a/libpcsxcore/database.c b/libpcsxcore/database.c index 409eb357..1b76a438 100644 --- a/libpcsxcore/database.c +++ b/libpcsxcore/database.c @@ -126,6 +126,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 */