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;ds=sidebyside;h=f51cdd352cb53389c9dadd5004c9ebb4f33cea24;hp=eedbe278db2e34a61c7beef4692e211facb595a5;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 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 */