Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

EE: Correct update of EE cycles on low cycle counts when overclocking #11197

Merged
merged 1 commit into from
May 10, 2024

Conversation

refractionpcsx2
Copy link
Member

@refractionpcsx2 refractionpcsx2 commented May 5, 2024

Description of Changes

Corrects cycle masking when a block has a low cycle count while overclocking.

Rationale behind Changes

The mask to retain fractional values was different to what was actually being used when the cycle count was low, causing the cycle count to be wrong. This regressed Panzer Elite Action - Fields of Glory

I also removed the hack from MFC0 where it was fudging adding a cycle to the COP0 counter, this was wrong.

Suggested Testing Steps

Try Panzer Elite Action - Fields of Glory, and any other games which use overclocking in the gamedb, don't care too much about others.

Fixes #4793

@refractionpcsx2 refractionpcsx2 merged commit 052951f into master May 10, 2024
22 checks passed
@refractionpcsx2 refractionpcsx2 deleted the ee_oc_cycleupdate branch May 10, 2024 00:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG]: Panzer Elite Action - Fields of Glory (Europe) - Graphical issues on both SW and HW renderer
4 participants