dolphin/Source/Core/Core/IPC_HLE
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
..
hci.h Reformat all the things. Have fun with merge conflicts. 2016-06-24 10:43:46 +02:00
ICMP.h Reformat all the things. Have fun with merge conflicts. 2016-06-24 10:43:46 +02:00
ICMPLin.cpp Reformat all the things. Have fun with merge conflicts. 2016-06-24 10:43:46 +02:00
ICMPWin.cpp Reformat all the things. Have fun with merge conflicts. 2016-06-24 10:43:46 +02:00
l2cap.h Reformat all the things. Have fun with merge conflicts. 2016-06-24 10:43:46 +02:00
NWC24Config.cpp IPC_HLE: Move NWC24Config and WiiNetConfig to their own source files 2016-11-05 03:12:07 -04:00
NWC24Config.h IPC_HLE: Move NWC24Config and WiiNetConfig to their own source files 2016-11-05 03:12:07 -04:00
WII_IPC_HLE_Device_DI.cpp Remove Immediate variants of ScheduleEvent 2016-08-10 16:34:06 +02:00
WII_IPC_HLE_Device_DI.h Reformat all the things. Have fun with merge conflicts. 2016-06-24 10:43:46 +02:00
WII_IPC_HLE_Device_es.cpp Add ability to passthrough a Bluetooth adapter 2016-10-03 23:06:23 +02:00
WII_IPC_HLE_Device_es.h IPC_HLE/es: In-class initialise member variables 2016-09-25 22:36:26 +02:00
WII_IPC_HLE_Device_FileIO.cpp Reorganise a ton of logs level 2016-10-01 15:50:28 -04:00
WII_IPC_HLE_Device_FileIO.h Reformat all the things. Have fun with merge conflicts. 2016-06-24 10:43:46 +02:00
WII_IPC_HLE_Device_fs.cpp Reorganise a ton of logs level 2016-10-01 15:50:28 -04:00
WII_IPC_HLE_Device_fs.h Reformat all the things. Have fun with merge conflicts. 2016-06-24 10:43:46 +02:00
WII_IPC_HLE_Device_hid.cpp Reorganise a ton of logs level 2016-10-01 15:50:28 -04:00
WII_IPC_HLE_Device_hid.h Reformat all the things. Have fun with merge conflicts. 2016-06-24 10:43:46 +02:00
WII_IPC_HLE_Device_net_ssl.cpp mbedTLS: missing init and free fixed 2016-07-01 14:33:58 +04:00
WII_IPC_HLE_Device_net_ssl.h IPC_HLE_net_ssl: Include mbedtls/platform.h 2016-09-04 10:44:22 -07:00
WII_IPC_HLE_Device_net.cpp IPC_HLE: Move NWC24Config and WiiNetConfig to their own source files 2016-11-05 03:12:07 -04:00
WII_IPC_HLE_Device_net.h IPC_HLE: Move NWC24Config and WiiNetConfig to their own source files 2016-11-05 03:12:07 -04:00
WII_IPC_HLE_Device_sdio_slot0.cpp Reorganise a ton of logs level 2016-10-01 15:50:28 -04:00
WII_IPC_HLE_Device_sdio_slot0.h Reformat all the things. Have fun with merge conflicts. 2016-06-24 10:43:46 +02:00
WII_IPC_HLE_Device_stm.cpp Only attempt a graceful shutdown when there's a STM hook 2016-10-15 22:28:07 +02:00
WII_IPC_HLE_Device_stm.h Only attempt a graceful shutdown when there's a STM hook 2016-10-15 22:28:07 +02:00
WII_IPC_HLE_Device_usb_bt_base.cpp Don't read/store settings directly from/to SYSCONF 2016-10-08 14:37:55 +02:00
WII_IPC_HLE_Device_usb_bt_base.h Don't read/store settings directly from/to SYSCONF 2016-10-08 14:37:55 +02:00
WII_IPC_HLE_Device_usb_bt_emu.cpp Change "Wiimote" to "Wii Remote" in Logs 2016-11-03 17:58:28 -07:00
WII_IPC_HLE_Device_usb_bt_emu.h WII_IPC_HLE/57e_305: Fake CommandReadBufferSize replies 2016-10-03 23:06:23 +02:00
WII_IPC_HLE_Device_usb_bt_real.cpp Merge pull request #4385 from leoetlino/disable-bt-check 2016-11-04 14:38:19 +01:00
WII_IPC_HLE_Device_usb_bt_real.h Disable Bluetooth descriptor check if adapter is forced 2016-10-28 23:55:43 +02:00
WII_IPC_HLE_Device_usb_bt_stub.cpp Add ability to passthrough a Bluetooth adapter 2016-10-03 23:06:23 +02:00
WII_IPC_HLE_Device_usb_bt_stub.h Add ability to passthrough a Bluetooth adapter 2016-10-03 23:06:23 +02:00
WII_IPC_HLE_Device_usb_kbd.cpp Add ability to passthrough a Bluetooth adapter 2016-10-03 23:06:23 +02:00
WII_IPC_HLE_Device_usb_kbd.h Reformat all the things. Have fun with merge conflicts. 2016-06-24 10:43:46 +02:00
WII_IPC_HLE_Device_usb_ven.cpp Reorganise a ton of logs level 2016-10-01 15:50:28 -04:00
WII_IPC_HLE_Device_usb_ven.h IPC_HLE: Fix warnings about missing override 2016-09-07 15:09:45 +02:00
WII_IPC_HLE_Device.h Reformat all the things. Have fun with merge conflicts. 2016-06-24 10:43:46 +02:00
WII_IPC_HLE_WiiMote.cpp Add ability to passthrough a Bluetooth adapter 2016-10-03 23:06:23 +02:00
WII_IPC_HLE_WiiMote.h Add ability to passthrough a Bluetooth adapter 2016-10-03 23:06:23 +02:00
WII_IPC_HLE.cpp IPC_HLE: Remove unused _Unimplemented_Device_ device 2016-10-14 23:27:55 +02:00
WII_IPC_HLE.h WII_IPC_HLE: Clean up variable naming 2016-10-03 23:13:10 +02:00
WII_Socket.cpp DiscIO/SConfig: Rename GetUniqueID to GetGameID 2016-10-29 15:24:02 +02:00
WII_Socket.h Reformat all the things. Have fun with merge conflicts. 2016-06-24 10:43:46 +02:00
WiiMote_HID_Attr.cpp Reformat all the things. Have fun with merge conflicts. 2016-06-24 10:43:46 +02:00
WiiMote_HID_Attr.h
WiiNetConfig.cpp IPC_HLE: Move NWC24Config and WiiNetConfig to their own source files 2016-11-05 03:12:07 -04:00
WiiNetConfig.h IPC_HLE: Move NWC24Config and WiiNetConfig to their own source files 2016-11-05 03:12:07 -04:00