dolphin/Source/Core
Léo Lam c9f4889437 IOS: Re-implement USB_HIDv4 (/dev/usb/hid)
This reimplements the USB HID v4 IOS device using the new common
USB code (to reuse more code and allow emulated HIDs to be added
more easily in the future).

The main difference is that HIDs now have to be whitelisted, like
every other USB device for OH0 and VEN.
2017-02-05 11:36:49 +01:00
..
AudioCommon cmake: Move OpenSLES detection to AudioCommon through find_package() 2017-02-04 03:38:11 +01:00
Common IOS: Re-implement USB_HIDv4 (/dev/usb/hid) 2017-02-05 11:36:49 +01:00
Core IOS: Re-implement USB_HIDv4 (/dev/usb/hid) 2017-02-05 11:36:49 +01:00
DiscIO Merge pull request #4746 from JosJuice/volumedirectory-sort-case-insensitive 2017-01-27 18:23:14 +13:00
DolphinQt2 OpenAL: Move Windows binaries to lib folder and fix CMake detection 2017-02-03 04:54:54 +01:00
DolphinWX DolphinWX: Add USB passthrough settings 2017-02-05 11:36:47 +01:00
InputCommon Use a single libusb context 2017-02-05 11:36:48 +01:00
UICommon Use a single libusb context 2017-02-05 11:36:48 +01:00
VideoBackends FramebufferManagerBase: Return a std::pair from GetTargetSize 2017-02-03 15:27:53 -05:00
VideoCommon FramebufferManagerBase: Return a std::pair from GetTargetSize 2017-02-03 15:27:53 -05:00
CMakeLists.txt