dolphin/Source/Core/Core/IOS/USB
Léo Lam a287bbc3bd Move SysConf to Core
It's not common code that could be reused for, say, Citra;
it's absolutely specific to Wii emulation and only used by the Dolphin
core, so let's move it there.

Another reason for doing this is to avoid having Common depend on Core.
2018-04-12 22:16:37 +02:00
..
Bluetooth Move SysConf to Core 2018-04-12 22:16:37 +02:00
OH0 IOS: Change devices to always return IPCCommandResult 2018-02-27 21:12:07 +01:00
USB_HID USB: Work around a gcc bug that affects lambdas 2017-11-03 19:01:49 +01:00
USB_VEN Merge pull request #5943 from leoetlino/features 2017-11-19 21:43:54 +01:00
Common.cpp Assert: Uppercase assertion macros 2018-03-14 22:03:12 -04:00
Common.h USB: Separate the descriptor copy logic 2017-11-03 19:01:48 +01:00
Host.cpp Assert: Uppercase assertion macros 2018-03-14 22:03:12 -04:00
Host.h IOS: Change devices to always return IPCCommandResult 2018-02-27 21:12:07 +01:00
LibusbDevice.cpp Assert: Uppercase assertion macros 2018-03-14 22:03:12 -04:00
LibusbDevice.h Reformat all the things! 2018-04-12 21:28:39 +02:00
USB_KBD.cpp IOS: Change devices to always return IPCCommandResult 2018-02-27 21:12:07 +01:00
USB_KBD.h IOS: Change devices to always return IPCCommandResult 2018-02-27 21:12:07 +01:00
USBV4.cpp ios/usbv4: initialize TransferCommand::data_address to 0 2017-06-07 19:52:08 -07:00
USBV4.h IOS: Convert the IOS kernel HLE code to a class 2017-04-30 17:18:53 +02:00
USBV5.cpp USBv5: Read transfer parameters from the correct vector 2017-11-03 19:01:48 +01:00
USBV5.h USB_HIDv5: Submit interrupt transfers to the correct endpoint 2017-11-03 19:01:48 +01:00
USBV0.cpp IOS: Convert the IOS kernel HLE code to a class 2017-04-30 17:18:53 +02:00
USBV0.h IOS: Convert the IOS kernel HLE code to a class 2017-04-30 17:18:53 +02:00