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

RenderBase: const correctness #5230

Merged
merged 2 commits into from Apr 9, 2017
Merged

RenderBase: const correctness #5230

merged 2 commits into from Apr 9, 2017

Conversation

lioncash
Copy link
Member

@lioncash lioncash commented Apr 9, 2017

Basic const correctness stuff.

While doing the first commit, I noticed areas where the Renderer class was dereferencing its own global in order to access data members and functions. I've eliminated those in a second commit.

There's no need to access these globals, the instance itself has access
to these data members and functions.
@Parlane Parlane merged commit db79c8d into dolphin-emu:master Apr 9, 2017
@lioncash lioncash deleted the render branch April 9, 2017 08:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants