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

JitAsmCommon: Normalize member variable names within CommonAsmRoutinesBase #7026

Merged
merged 2 commits into from May 30, 2018

Conversation

lioncash
Copy link
Member

@lioncash lioncash commented May 30, 2018

Makes the naming consistent with our coding style. Also turns CommonAsmRoutinesBase into a struct, given it's just a means for containing routine pointers and nothing more.

This is just used as a means of carting around routines. It's not meant
to directly have functionality embedded within it--this is the job of
the inheriting data structure--so we can just make this a basic struct.

Particularly given all the data members were public to begin with.
@leoetlino leoetlino merged commit 4fb2d58 into dolphin-emu:master May 30, 2018
@lioncash lioncash deleted the name branch May 30, 2018 10:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants