summaryrefslogtreecommitdiff
path: root/Source/Core/DolphinWX/Debugger/CodeWindow.cpp
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2016-11-05 02:34:06 -0400
committerLioncash <mathew1800@gmail.com>2016-11-05 03:12:07 -0400
commitb19842eec3ae2721c12d0c8e998ce9ef4f163f29 (patch)
treebdea5a69b3f290416807b6b88d9aae9f4386cd8c /Source/Core/DolphinWX/Debugger/CodeWindow.cpp
parentd88295d5a11e9b320d053529565e679cb9c1725b (diff)
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
Diffstat (limited to 'Source/Core/DolphinWX/Debugger/CodeWindow.cpp')
0 files changed, 0 insertions, 0 deletions