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

VideoCommon: fix regression with texture load order #12094

Merged

Conversation

iwubcode
Copy link
Contributor

A user using a dynamic input texture pack notified me to let me know that the DIT texture pack's button textures were not taking precedence over another pack. The reasoning for this is that when I switched over texture packs to use the asset loader, I accidentally updated the asset map with the latest texture asset, instead of choosing the initial value. This caused the ordering of precedence for texture packs to be reversed, which caused the issue.

…texture code was always updating the asset map for each texture with each entry, making it so the last value actually would be loaded instead of the first
@AdmiralCurtiss AdmiralCurtiss merged commit 44c90aa into dolphin-emu:master Aug 11, 2023
11 checks passed
@iwubcode iwubcode deleted the fix_texture_order_regression branch August 11, 2023 15:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants