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

Common: Move OSThreads into Core #9174

Merged
merged 1 commit into from
Oct 21, 2020
Merged

Common: Move OSThreads into Core #9174

merged 1 commit into from
Oct 21, 2020

Conversation

lioncash
Copy link
Member

Common shouldn't be depending on APIs in Core (in this case, depending on the PowerPC namespace). Because of the poor separation here, this moves OSThread functionality into core, so that it resolves the implicit dependency on core.

@lioncash
Copy link
Member Author

Windows buildbots don't seem to be clearing their CMake cache, so its assuming the moved files are still present in their original location.

@JosJuice
Copy link
Member

The Windows buildbots are not using CMake. You need to update the VS project files.

Common shouldn't be depending on APIs in Core (in this, case depending
on the PowerPC namespace). Because of the poor separation here, this
moves OSThread functionality into core, so that it resolves the implicit
dependency on core.
@lioncash
Copy link
Member Author

Right, forgot about that.

Copy link
Member

@leoetlino leoetlino left a comment

Choose a reason for hiding this comment

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

whoops, looks like we both missed that in our previous reviews

@leoetlino leoetlino merged commit 642eccb into dolphin-emu:master Oct 21, 2020
@lioncash lioncash deleted the os branch October 21, 2020 13:40
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.

3 participants