mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-07-03 13:31:18 +12:00
nsyshid: Add Skylander Xbox 360 Portal support (#1550)
This commit is contained in:
parent
352a918494
commit
33d5c6d490
9 changed files with 864 additions and 5 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue