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

PowerPC: Thread state through float helpers #7889

Merged
merged 1 commit into from
Apr 10, 2019

Conversation

CrystalGamma
Copy link

No description provided.

Copy link
Member

@lioncash lioncash left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You may want to consider passing by reference in cases where relevant state cannot be null, to enforce that at a type system level. Particularly given the changes are transitional.

Copy link
Member

@Tilka Tilka left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@CrystalGamma Please use the PowerPC prefix for relevant commit messages and resolve the comments you've addressed.

@CrystalGamma
Copy link
Author

I wanted to squash at the end when the code changes are approved, since those commits are only changes to the changes in the original PR commit.

@CrystalGamma
Copy link
Author

Re: pointers/references: the code style guidelines say "Functions that specifically modify their parameters should have the respective parameter(s) marked as a pointer so that the variables being modified are syntaxically obvious" so that's why I did that. I'm open to changing that though should you insist …

@degasus degasus merged commit d90d641 into dolphin-emu:master Apr 10, 2019
@CrystalGamma CrystalGamma deleted the pr-floathelpers branch July 12, 2021 03:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

4 participants