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

IPC_HLE: Move NWC24Config and WiiNetConfig to their own source files #4425

Merged
merged 1 commit into from Nov 10, 2016

Conversation

lioncash
Copy link
Member

@lioncash lioncash commented Nov 5, 2016

Makes for a cleaner separation of functionality, as well as removing multiple includes from the main header file. It also gets a bunch of structs and enums out of the global namespace.

Coincidentally, this also gets rid of an indirect include cycle that could have broken compilation of Core.cpp in the future, since it was relying on IPC network includes to resolve functions in Common/NandPaths.h.

This makes it easier to separate out the individual net classes in a follow-up. Separating these out would also make it less of a pain to figure out what's going on, since you wouldn't need to sift through 1000+ lines of code.


This change is Reviewable

Makes for a cleaner separation of functionality, as well as removing
multiple includes from the main header file. It also gets a bunch of
structs and enums out of the global namespace.

Coincidentally, this also gets rid of an indirect include cycle that
could have broken compilation of Core.cpp in the future, since it was
relying on IPC network includes to resolve functions in Common/NandPaths.h.

This makes it easier to separate out the individual net classes in a
follow-up. Separating these out would also make it less of a pain to
figure out what's going on, since you wouldn't need to sift through 1000+
lines of code.i
@BhaaLseN
Copy link
Member

BhaaLseN commented Nov 5, 2016

LGTM

@lioncash lioncash merged commit c77d4a7 into dolphin-emu:master Nov 10, 2016
@lioncash lioncash deleted the ipc branch November 10, 2016 21:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants