From ee31f4a21d03f0833b48649ca64e3cb11a0dec02 Mon Sep 17 00:00:00 2001 From: Joshua de Reeper Date: Sun, 4 May 2025 13:19:24 +0100 Subject: [PATCH] nsyshid: Add Kamen Rider USB Device to Whitelist --- src/Cafe/OS/libs/nsyshid/Whitelist.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Cafe/OS/libs/nsyshid/Whitelist.cpp b/src/Cafe/OS/libs/nsyshid/Whitelist.cpp index ae965096..783384ec 100644 --- a/src/Cafe/OS/libs/nsyshid/Whitelist.cpp +++ b/src/Cafe/OS/libs/nsyshid/Whitelist.cpp @@ -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); } }