mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-07-02 13:01:18 +12:00
nsyshid: Add Kamen Rider USB Device to Whitelist (#1560)
This commit is contained in:
parent
f801fc1fe8
commit
caef34f2ff
1 changed files with 2 additions and 0 deletions
|
@ -20,6 +20,8 @@ namespace nsyshid
|
||||||
m_devices.emplace_back(0x1430, 0x1F17);
|
m_devices.emplace_back(0x1430, 0x1F17);
|
||||||
// disney infinity base
|
// disney infinity base
|
||||||
m_devices.emplace_back(0x0e6f, 0x0129);
|
m_devices.emplace_back(0x0e6f, 0x0129);
|
||||||
|
// kamen rider ride gate
|
||||||
|
m_devices.emplace_back(0x0e6f, 0x200A);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue