WiimoteReal: reimplement using HIDAPI

Using the HIDAPI library has the advantage that we get Wiimote and
DolphinBar support on all platforms with only one IO implementation.
This commit is contained in:
Tillmann Karras
2015-01-10 18:10:45 +01:00
parent 1c26d41c9a
commit ca0c2efe7a
19 changed files with 245 additions and 1703 deletions

1
Externals/hidapi/mac/CMakeLists.txt vendored Normal file
View File

@ -0,0 +1 @@
add_library(hidapi hid.c)