mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-07-03 05:21: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
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue