Skip to content

Commit caef34f

Browse files
authored
nsyshid: Add Kamen Rider USB Device to Whitelist (#1560)
1 parent f801fc1 commit caef34f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Cafe/OS/libs/nsyshid/Whitelist.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ namespace nsyshid
2020
m_devices.emplace_back(0x1430, 0x1F17);
2121
// disney infinity base
2222
m_devices.emplace_back(0x0e6f, 0x0129);
23+
// kamen rider ride gate
24+
m_devices.emplace_back(0x0e6f, 0x200A);
2325
}
2426
}
2527

0 commit comments

Comments
 (0)