Skip to content

Commit

Permalink
Update timing (override) hack for Power Rangers: Lightspeed Rescue (S…
Browse files Browse the repository at this point in the history
…uperrSonic) (#341)

* Update timing (override) hack for Power Rangers: Lightspeed Rescue (SuperrSonic)

The game's jumping command does not work if the game FPS is over 30.

At 280, on level 3 has audio stutters. Needs more testing.

SuperrSonic found 310 ideal to maintain the emulation at full speed, at the cost of the game dropping more frames, this allowed jumping to always work and keep the sound stutter free, as it was tested the entire game this way.

Credit to SuperrSonic for this fix.

* update timing hack description for PRLR (SuperrSonic)
  • Loading branch information
saulfabregwiivc committed Jun 27, 2024
1 parent f51cdd3 commit 77d753f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libpcsxcore/database.c
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +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" } },
/* Power Rangers: Lightspeed Rescue - jumping fails if FPS is over 30 */
{ 310, { "SLUS01114", "SLES03286" } },
/* Syphon Filter - reportedly hangs under unknown conditions */
{ 169, { "SCUS94240" } },
/* Psychic Detective - some weird race condition in the game's cdrom code */
Expand Down

0 comments on commit 77d753f

Please sign in to comment.