Use hidapi for Wiimotes on Windows (#1033)

This commit is contained in:
capitalistspz 2023-12-06 01:33:29 +00:00 committed by GitHub
parent 09409a5108
commit 1849083073
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 4 additions and 175 deletions

View file

@ -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>