Skip to content

Commit

Permalink
Further tweak the override for PRLR
Browse files Browse the repository at this point in the history
At 280 level 3 has audio stutters. Needs more testing.
  • Loading branch information
SuperrSonic committed Jan 22, 2024
1 parent 55f99fb commit 3998163
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pcsx_rearmed/libpcsxcore/database.c
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ cycle_multiplier_overrides[] =
{ 200, { "SLUS00183", "SLES00159", "SLPS00083", "SLPM80008" } },

/* PRLR - jumping fails if fps is over 30 */
{ 280, { "SLUS01114", "SLES03286" } },
{ 310, { "SLUS01114", "SLES03286" } },
};

static const struct
Expand Down

0 comments on commit 3998163

Please sign in to comment.