dolphin/Source/Core
Lioncash b19842eec3 IPC_HLE: Move NWC24Config and WiiNetConfig to their own source files
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
2016-11-05 03:12:07 -04:00
..
AudioCommon Merge pull request #4414 from linkmauve/single-newline 2016-11-02 12:20:46 +01:00
Common Merge pull request #4387 from aldelaro5/gpr1-and-gpr2-friendly-labels 2016-11-03 02:29:40 -07:00
Core IPC_HLE: Move NWC24Config and WiiNetConfig to their own source files 2016-11-05 03:12:07 -04:00
DiscIO Merge pull request #4401 from JosJuice/rename-getuniqueid 2016-10-31 12:39:27 +01:00
DolphinQt2 DiscIO/SConfig: Rename GetUniqueID to GetGameID 2016-10-29 15:24:02 +02:00
DolphinWX Merge pull request #4412 from JosJuice/more-debug-text 2016-11-02 17:58:59 +01:00
InputCommon Merge pull request #4405 from xrix4096/mac-unknown-joyaxis 2016-10-31 13:01:47 +01:00
UICommon Fix missing includes 2016-10-07 23:46:41 +02:00
VideoBackends Vulkan: Rename screenshot buffer to frame dump buffer. 2016-11-03 22:38:48 +10:00
VideoCommon Merge pull request #4414 from linkmauve/single-newline 2016-11-02 12:20:46 +01:00
CMakeLists.txt [UI] Remove DolphinQt 2016-01-05 19:42:02 -06:00