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

BPStructs: fix out-of-range EFB copy clamping #10095

Merged
merged 2 commits into from Sep 15, 2021

Conversation

phire
Copy link
Member

@phire phire commented Sep 11, 2021

Previous code from #7950 only clamps correctly when the efb copies left and top coordinates are (0, 0)

Now we should handle all situations.

Spyro: A hero's tail is an example of a game that does an oversized EFB copy with a non-zero origin.

Previous code from dolphin-emu#7950 only clamps correctly when the efb copies
left and top coordinates are (0, 0)

Now we should handle all situations.

Spyro: A hero's tail is an example of a game that does an oversized
EFB copy with a non-zero origin.
@JMC47 JMC47 merged commit 4d1bd54 into dolphin-emu:master Sep 15, 2021
10 checks passed
@phire phire deleted the fix-out-of-range-efb branch September 15, 2021 17:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants