mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-24 22:34:54 +00:00
Using the HIDAPI library has the advantage that we get Wiimote and DolphinBar support on all platforms with only one IO implementation.
1 line
33 B
CMake
1 line
33 B
CMake
add_library(hidapi-libusb hid.c)
|