mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-12-16 04:09:39 +00: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
26 B
CMake
2 lines
26 B
CMake
add_library(hidapi hid.c)
|