mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-07-03 13:31: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
|
@ -2,11 +2,7 @@
|
|||
#include "input/api/Wiimote/NativeWiimoteController.h"
|
||||
#include "input/api/Wiimote/WiimoteMessages.h"
|
||||
|
||||
#ifdef HAS_HIDAPI
|
||||
#include "input/api/Wiimote/hidapi/HidapiWiimote.h"
|
||||
#elif BOOST_OS_WINDOWS
|
||||
#include "input/api/Wiimote/windows/WinWiimoteDevice.h"
|
||||
#endif
|
||||
|
||||
#include <numbers>
|
||||
#include <queue>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue