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: don't do pointer copies during graphics mod callback iteration #12023

Merged

Conversation

iwubcode
Copy link
Contributor

@iwubcode iwubcode commented Jul 2, 2023

Noticed this when looking over my texture create callback. The graphics mod iteration was actually copying each action. Granted just a pointer so probably negligible but still worth fixing I think!

@AdmiralCurtiss AdmiralCurtiss merged commit da1a3d3 into dolphin-emu:master Jul 3, 2023
14 checks passed
@iwubcode iwubcode deleted the graphics_mod_action_copies branch July 3, 2023 00:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants