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

Fix accidental fallthrough in BPStructs #12288

Merged
merged 1 commit into from
Nov 12, 2023

Commits on Nov 12, 2023

  1. Fix accidental fallthrough in BPStructs

    This caused us to update the indirect texture information in shaders more often than we needed to, which probably doesn't matter in practice since it's only used in ubershaders and copyyscale and stride are generally only updated before EFB/XFB copies, which generally will have other changes afterwards.
    Pokechu22 committed Nov 12, 2023
    Configuration menu
    Copy the full SHA
    3984d19 View commit details
    Browse the repository at this point in the history