mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-07-02 13:01:18 +12:00
Use hidapi for Wiimotes on Windows (#1033)
This commit is contained in:
parent
09409a5108
commit
1849083073
6 changed files with 4 additions and 175 deletions
|
@ -89,10 +89,9 @@ if (WIN32)
|
|||
option(ENABLE_XINPUT "Enables the usage of XInput" ON)
|
||||
option(ENABLE_DIRECTINPUT "Enables the usage of DirectInput" ON)
|
||||
add_compile_definitions(HAS_DIRECTINPUT)
|
||||
set(ENABLE_WIIMOTE ON)
|
||||
elseif (UNIX)
|
||||
option(ENABLE_HIDAPI "Build with HIDAPI" ON)
|
||||
endif()
|
||||
|
||||
option(ENABLE_HIDAPI "Build with HIDAPI" ON)
|
||||
option(ENABLE_SDL "Enables the SDLController backend" ON)
|
||||
|
||||
# audio backends
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue