dolphin/Source/Core
Léo Lam 843b030eda WiimoteReal: Add a hidapi IO implementation
Based on ca0c2efe7a. Credits go to flacs.
However, unlike the original commit, hidapi does not completely replace
the current implementations, so we can still connect Wiimotes with 1+2
(without pairing).

Also, it is only used on Linux and OS X for now. This removes the
advantage of having only one implementation but there is no other
choice: using hidapi on Windows is currently impossible because
hid_write() is implemented in a way that won't work with Wiimotes.

Additionally:
* We now check for the device name in addition to the PID/VID so we can
  support the Balance Board and maybe third-party Wiimotes too. This
  doesn't achieve anything with the DolphinBar but it does with hidraw.
* Added a check to not connect to the same device more than once.
2016-10-03 11:41:23 +02:00
..
AudioCommon Merge pull request #4271 from ligfx/audiofix 2016-10-02 21:00:10 -07:00
Common Merge pull request #4250 from leoetlino/hle-patch-fix 2016-10-02 22:13:15 -07:00
Core WiimoteReal: Add a hidapi IO implementation 2016-10-03 11:41:23 +02:00
DiscIO Merge pull request #4245 from aldelaro5/logs-levels-changes 2016-10-02 16:51:44 -04:00
DolphinQt2 Merge pull request #4254 from ligfx/check_errors_postprocessing 2016-10-02 20:42:39 -07:00
DolphinWX Merge pull request #4276 from lioncash/code 2016-10-03 00:01:23 -07:00
InputCommon Merge pull request #4230 from ligfx/build_vendored_libusb 2016-10-02 21:17:01 -07:00
UICommon portable.txt enables portable configuration on linux, README updated to 2016-07-04 19:39:10 +10:00
VideoBackends Merge pull request #4240 from lioncash/include 2016-10-02 20:31:35 -07:00
VideoCommon Merge pull request #4148 from RisingFog/frame_dump_fixes 2016-10-02 21:10:35 -07:00
CMakeLists.txt [UI] Remove DolphinQt 2016-01-05 19:42:02 -06:00