mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-12-16 12:08:52 +00:00
nsyshid: Add Kamen Rider USB Device to Whitelist (#1560)
This commit is contained in:
parent
f801fc1fe8
commit
caef34f2ff
@ -20,6 +20,8 @@ namespace nsyshid
|
||||
m_devices.emplace_back(0x1430, 0x1F17);
|
||||
// disney infinity base
|
||||
m_devices.emplace_back(0x0e6f, 0x0129);
|
||||
// kamen rider ride gate
|
||||
m_devices.emplace_back(0x0e6f, 0x200A);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user