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

@ -16,6 +16,8 @@ namespace nsyshid
m_devices.emplace_back(0x0e6f, 0x0241);
// skylanders portal
m_devices.emplace_back(0x1430, 0x0150);
// skylanders 360 portal
m_devices.emplace_back(0x1430, 0x1F17);
// disney infinity base
m_devices.emplace_back(0x0e6f, 0x0129);
}