mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-26 15:49:50 -06:00

Using the HIDAPI library has the advantage that we get Wiimote and DolphinBar support on all platforms with only one IO implementation.
2 lines
33 B
CMake
2 lines
33 B
CMake
add_library(hidapi-libusb hid.c)
|