You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AniLeo
changed the title
[Regression] 15% Performance hit in Red Dead Redemption (Probably other titles too)
[Regression] 15% Performance hit in Red Dead Redemption (Probably other titles too) (#16499)
Jan 25, 2025
The current solution just disables TSC on Ryzen completely which is horrible for performance, Ryzen has a much larger penalty from accessing QPC compared to intel (around 2x slower last time I measured)
We know the TSC itself is fine, but calibration is difficult on some kernels without a patch. It should not be an issue on windows (different kernel) and on linux we can figure out TSCs with miscalibration and deal with that.
PR that caused the regression: #16499
Log BEFORE the regression:
RPCS3.log
Log After the regression:
RPCS3.log
The text was updated successfully, but these errors were encountered: