We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f801fc1 commit caef34fCopy full SHA for caef34f
src/Cafe/OS/libs/nsyshid/Whitelist.cpp
@@ -20,6 +20,8 @@ namespace nsyshid
20
m_devices.emplace_back(0x1430, 0x1F17);
21
// disney infinity base
22
m_devices.emplace_back(0x0e6f, 0x0129);
23
+ // kamen rider ride gate
24
+ m_devices.emplace_back(0x0e6f, 0x200A);
25
}
26
27
0 commit comments