nsyshid: Add Skylander Xbox 360 Portal support (#1550)
Some checks failed
Generate translation template / generate-pot (push) Failing after 1s
Build check / build (push) Has been cancelled

This commit is contained in:
gamerbross 2025-05-04 21:44:46 +02:00 committed by GitHub
parent 352a918494
commit 33d5c6d490
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 864 additions and 5 deletions

View file

@ -172,7 +172,7 @@ namespace nsyshid
std::shared_ptr<Device> FindDevice(std::function<bool(const std::shared_ptr<Device>&)> isWantedDevice);
bool FindDeviceById(uint16 vendorId, uint16 productId);
std::shared_ptr<Device> FindDeviceById(uint16 vendorId, uint16 productId);
bool IsDeviceWhitelisted(uint16 vendorId, uint16 productId);